[xdebug-general] PHP Warning: The remote debug handler 'DBGp' is not supported

From: Matthew Mikitka <mmikitka[@]wlu.ca>
Date: Fri, 10 Aug 2012 16:43:43 -0400

When attempting to debug any PHP file, I observe the following error
message in /var/log/apache2/error.log:

  [error] [client 127.0.0.1] PHP Warning: The remote debug handler
'DBGp' is not supported. in Unknown on line 0

I ran the following diagnostic checks, all of which passed:

 1) Installed the debugclient tool from Xdebug (see
http://www.xdebug.org/docs/install). I was able to establish a
connection.
 
 2) The Xdebug tailored installation instructions (see
http://xdebug.org/wizard.php) indicate that there is no problem
with my configuration

I am using the latest Ubuntu, PHP 5.3 and Xdebug versions:

OS: Ubuntu 12.04
PHP version: 5.3.10 (1ubuntu3.2)
Xdebug version: 2.2.1

Here are the Xdebug settings from phpinfo()

xdebug
xdebug support enabled
Version 2.2.1
IDE Key 1

Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.145 $

Directive Local Value Master Value
xdebug.auto_trace Off Off
xdebug.cli_color 0 0
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.coverage_enable On On
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 netbeans-xdebug netbeans-xdebug
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 On On
xdebug.remote_handler DBGp DBGp
xdebug.remote_host localhost localhost
xdebug.remote_log /var/log/apache2/xdebug.log /var/log/apache2/xdebug.log
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_enable_trigger 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

Thank you for your help,
matt
Received on Fri Aug 10 2012 - 21:51:03 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST