[xdebug-general] trying to work with xdebug 2.0.0RC3 and debugClient-0.9.0

From: Nicolas BOUSSIER <niko[@]network.fr>
Date: Thu, 15 Mar 2007 16:07:43 +0100

Hello,

I'm trying o work properly with xdebug.

I thing my php.ini is correct as i can see in the phpinfo.php report
(see below).

After restaring apache server, I ask for my phpinfo.php file and get
this message on debug Client : Then nothing happens.

Xdebug Simple DBGp client (0.9.0)
Copyright 2002-2004 by Derick Rethans.

Waiting for debug server to connect.
Connect
<?xml version="1.0" encoding="iso-8859-1"?>
<init fileuri="file:///C%3A%5CInetpub%5Cwwwroot%5Cphpinfo.php"
language="PHP" pr
otocol_version="1.0" appid="572" idekey="DBGClt"><engine
version="2.0.0RC3"><![C
DATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[
http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2007 by
Derick
Rethans]]></copyright></init>
(cmd)
<?xml version="1.0" encoding="iso-8859-1"?>
<response><error code="3"><message><![CDATA[invalid or missing
options]]></messa
ge></error></response>
(cmd)
<?xml version="1.0" encoding="iso-8859-1"?>
<response><error code="3"><message><![CDATA[invalid or missing
options]]></messa
ge></error></response>
(cmd)
<?xml version="1.0" encoding="iso-8859-1"?>
<response><error code="3"><message><![CDATA[invalid or missing
options]]></messa
ge></error></response>
(cmd)

What should be wrong ?

Thanks

Niko

    xdebug

xdebug support enabled
Version 2.0.0RC3

Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.116 $
GDB - GNU Debugger protocol $Revision: 1.85 $
PHP3 - PHP 3 Debugger protocol $Revision: 1.22 $

Directive Local Value Master Value
xdebug.auto_trace On On
xdebug.collect_includes On On
xdebug.collect_params On On
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.idekey DBGClt DBGClt
xdebug.manual_url http://www.php.net http://www.php.net
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 On On
xdebug.profiler_output_dir C:\Inetpub\wwwroot\profiling
C:\Inetpub\wwwroot\profiling
xdebug.profiler_output_name profile.txt profile.txt
xdebug.remote_autostart On On
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host 192.168.94.3
xdebug.remote_mode = req
xdebug.remote_handler = dbgp
xdebug.remote_port = 9000
xdebug.remote_autostart= On
xdebug.remote_log = xdebug_trace.txt
xdebug.idekey = DBGClt
xdebug.auto_trace= On
xdebug.auto_profile = On
xdebug.profiler_output_dir = C:\Logs\profiling
xdebug.profiler_output_name=profile.txt
xdebug.profiler_enable_trigger = On

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Date]
; Defines the default timezone used by the date functions
;date.timezone =

[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
define_syslog_variables = Off

...
        192.168.94.3
xdebug.remote_mode = req
xdebug.remote_handler = dbgp
xdebug.remote_port = 9000
xdebug.remote_autostart= On
xdebug.remote_log = xdebug_trace.txt
xdebug.idekey = DBGClt
xdebug.auto_trace= On
xdebug.auto_profile = On
xdebug.profiler_output_dir = C:\Logs\profiling
xdebug.profiler_output_name=profile.txt
xdebug.profiler_enable_trigger = On

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Date]
; Defines the default timezone used by the date functions
;date.timezone =

[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
define_syslog_variables = Off

...

-- 
NETWORK INFORMATIQUE
http://www.network.fr
Received on Thu Mar 15 2007 - 16:08:50 GMT

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