User Help - 1.2.0 (#3) - Var windows shows some as Unitialized (#111) - Message List

Var windows shows some as Unitialized

Wandering why some variables always are shown as been Uninitialized even after stepping passed an assigment of same variables, any clues appreciated?

See attached image showing a source and a part of the variable window showing just assigned vars.

 http://srv.siimnet.dk/EclipseXdebugVarWindow.png

TIA

  • Message #227

    This is a bit of phpinfo() on my env.:

    xdebug support enabled
    Version 2.0.5

    Supported protocols Revision
    DBGp - Common DeBuGger? Protocol $Revision: 1.125.2.6 $
    GDB - GNU Debugger protocol $Revision: 1.87 $
    PHP3 - PHP 3 Debugger protocol $Revision: 1.22 $

    Directive Local Value Master Value
    xdebug.auto_trace Off Off
    xdebug.collect_includes On On
    xdebug.collect_params 1 1
    xdebug.collect_return On On
    xdebug.collect_vars On On
    xdebug.default_enable On On
    xdebug.dump.COOKIE no value no value
    xdebug.dump.ENV no value no valu
    xdebug.dump.FILES no value no valu
    xdebug.dump.GET no value no value
    xdebug.dump.POST no value no value
    xdebug.dump.REQUEST no value no value
    xdebug.dump.SERVER no value no value
    xdebug.dump.SESSION no value no value
    xdebug.dump_globals On On
    xdebug.dump_once On On
    xdebug.dump_undefined Off Off
    xdebug.extended_info On On
    xdebug.idekey root no value
    xdebug.manual_url  http://www.php.net  http://www.php.net[[BR]] xdebug.max_nesting_level 100 100
    xdebug.profiler_aggregate Off Off
    xdebug.profiler_append Off Off
    xdebug.profiler_enable On On
    xdebug.profiler_enable_trigger Off Off
    xdebug.profiler_output_dir /tmp /tmp
    xdebug.profiler_output_name cachegrind.out.%p cachegrind.out.%p
    xdebug.remote_autostart Off Off
    xdebug.remote_enable On On
    xdebug.remote_handler dbgp dbgp
    xdebug.remote_host 192.168.15.70 192.168.15.70
    xdebug.remote_log no value no value
    xdebug.remote_mode req req
    xdebug.remote_port 10000 10000
    xdebug.show_exception_trace Off Off
    xdebug.show_local_vars Off Off
    xdebug.show_mem_delta Off Off
    xdebug.trace_format 0 0
    xdebug.trace_options 0 0
    xdebug.trace_output_dir /tmp /tmp
    xdebug.trace_output_name trace.%c trace.%c
    xdebug.var_display_max_children 128 128
    xdebug.var_display_max_data 512 512
    xdebug.var_display_max_depth 3 3

Subscriptions