[xdebug-general] Re: [Fwd: Re: DBGp protocol]

From: Brian Burns <brian_p_burns[@]charter.net>
Date: Sat, 23 Oct 2004 12:09:47 -0400

Derick Rethans wrote:

>On Fri, 22 Oct 2004, Brian Burns wrote:
>
>
>
>>Brian Burns wrote:
>>
>>
>>
>>>What are the settings in php.ini that you have for Xdebug? It looks like
>>>you have xdebug.extended_info set to 0.
>>>
>>>
>>phpinfo() shows xdebug_extended_info is set to "On".
>>
>>
>
>Please provide the full transcript of your debugging session then.
>
>regards,
>Derick
>
>
>
Here is the transcript

bburns[@]ubuntu:~/projects/xdebug-2.0.0beta1/debugclient $ ./debugclient
Xdebug Simple DBGp client (0.8.0)
Copyright 2002-2004 by Derick Rethans.
- libedit support: enabled

Waiting for debug server to connect.
Connect
<init fileuri="file:///var/www/test.php" language="PHP"
protocol_version="1.0" appid="4030" idekey="foo"><engine
version="2.0.0beta1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
(c) 2002-2004 by Derick Rethans]]></copyright></init>
(cmd) breakpoint_set -i 1 -f test.php -n 0 -t line
<response command="breakpoint_set" transaction_id="1"
id="40300001"></response>
(cmd) run -i 2
<response command="run" transaction_id="2" status="stopped"
reason="ok"></response>
(cmd)

Here is the php file I'm working with.

<?php
echo 'happy';
echo 'slappy';
phpinfo();
?>
Received on Sat Oct 23 2004 - 22:09:54 BST

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