Cytat
xdebug.default_enable = 1
xdebug.dump_once = 0
xdebug.extended_info = 1
xdebug.dump_globals = 0
xdebug.dump_undefined = 1
xdebug.dump.GET = *
xdebug.dump.POST = *
xdebug.dump.FILES = *
xdebug.dump.COOKIE = *
xdebug.dump.SERVER = *
xdebug.dump.SESSION = *
xdebug.max_nesting_level = 100
xdebug.var_display_max_depth = 100
xdebug.var_display_max_children = 1000
xdebug.var_display_max_data = 10000
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.auto_trace = 0
xdebug.collect_includes = 1
xdebug.collect_params = 4
xdebug.trace_format = 0
xdebug.collect_return = 1
xdebug.trace_output_dir = "D:\Projekty\www\proj1"
xdebug.trace_output_name = "xdebug_trace"
Czy ja czegoś przypadkiem źle nie skonfigurowałem? :|xdebug.dump_once = 0
xdebug.extended_info = 1
xdebug.dump_globals = 0
xdebug.dump_undefined = 1
xdebug.dump.GET = *
xdebug.dump.POST = *
xdebug.dump.FILES = *
xdebug.dump.COOKIE = *
xdebug.dump.SERVER = *
xdebug.dump.SESSION = *
xdebug.max_nesting_level = 100
xdebug.var_display_max_depth = 100
xdebug.var_display_max_children = 1000
xdebug.var_display_max_data = 10000
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.auto_trace = 0
xdebug.collect_includes = 1
xdebug.collect_params = 4
xdebug.trace_format = 0
xdebug.collect_return = 1
xdebug.trace_output_dir = "D:\Projekty\www\proj1"
xdebug.trace_output_name = "xdebug_trace"
Sesję odpluskwiania uruchamiam nie z pliku głównego index.php tylko cli.php który wywołuje mi poszczególne klasy ładując je automatycznie przez spl_autoload_register(). W jednej z ładowanych klas dodałem zmienną do obserwowanych, ale podczas sesji jej stan również nie ulega zmianie w oknie "Watches". Z tą różnicą że nawet nie zmienia się ilość elementów w tablicy. - Czy mogę obserwować tylko te zmienne które są zdefiniowane w pliku od którego zaczynam odpluskwianie?