xdebug plugin question

Werner Joss werner at hoernerfranzracing.de
Sun Jan 26 19:42:47 GMT 2014


Am Sonntag, 26. Januar 2014, 20:21:15 schrieb Niko Sams:
> Hi,
> 
> seems like xdebug on the php side is not working.
> is it enabled correctly? can you post the php --info output?
> And can you post the called command as it is shown in the "Debug" tool view?

first:thanks for looking into this!

here goes:
full php --info is rather long, so I did this:

php --info | grep -i xdebug

/etc/php5/cli/conf.d/xdebug.ini
    with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
xdebug
xdebug support => enabled
xdebug.auto_trace => Off => Off
xdebug.collect_assignments => Off => Off
xdebug.collect_includes => On => On
xdebug.collect_params => 0 => 0
xdebug.collect_return => Off => Off
xdebug.collect_vars => Off => Off
xdebug.default_enable => On => On
xdebug.dump.COOKIE => no value => no value
xdebug.dump.ENV => no value => no value
xdebug.dump.FILES => no value => no value
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.file_link_format => no value => no value
xdebug.idekey => josswern => no value
xdebug.manual_url => http://www.php.net => http://www.php.net
xdebug.max_nesting_level => 100 => 100
xdebug.overload_var_dump => On => On
xdebug.profiler_aggregate => Off => Off
xdebug.profiler_append => Off => Off
xdebug.profiler_enable => Off => Off
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_connect_back => Off => Off
xdebug.remote_cookie_expire_time => 3600 => 3600
xdebug.remote_enable => Off => Off
xdebug.remote_handler => dbgp => dbgp
xdebug.remote_host => localhost => localhost
xdebug.remote_log => no value => no value
xdebug.remote_mode => req => req
xdebug.remote_port => 9000 => 9000
xdebug.scream => Off => Off
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

- looks like xdebug is enabeled to me.
and here is command as it is shown in the "Debug" tool view:

Starting: php -d xdebug.remote_enable=1 -d xdebug.remote_port=9000 -d xdebug.idekey=kdev1689963278 /mnt/hda5/josswern/src/php/hoernerfranz/php/test.php

- this looks a bit strange to me as I have in /etc/php5/cli/conf.d/xdebug.ini:

zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=0
xdebug.remote_host=localhost

Werner




More information about the KDevelop mailing list