>I'll have a look at this. And please keep CC-ing all replies to the
>mailinglist!
Yes :)
Ok the log worked
C:\temp\bp.php
<?php
echo 'line1'; //<- breakpoint
echo 'line2';
echo 'line3'; //<- breakpoint
echo 'line4';
?>
This a log generated by XDebug look at transaction_id 8, 9, 10
and my application uploaded to sourceforge http://sourceforge.net/projects/lightphpedit
----------------
Log opened at 2006-09-15 20:24:11
-> <init fileuri="file:///C%3A%5Ctemp%5Cbp.php" language="PHP" protocol_version="1.0" appid="2244"><engine version="2.0.0beta6"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2006 by Derick Rethans]]></copyright></init>
<- breakpoint_set -t line -n 2 -f file:///C%3A%5Ctemp%5Cbp.php -i 1
-> <response command="breakpoint_set" transaction_id="1" id="22440003"></response>
<- breakpoint_set -t line -n 4 -f file:///C%3A%5Ctemp%5Cbp.php -i 2
-> <response command="breakpoint_set" transaction_id="2" id="22440004"></response>
<- run -i 3
-> <response command="run" transaction_id="3" status="break" reason="ok"></response>
<- stack_get -i 4
-> <response command="stack_get" transaction_id="4"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="2"></stack></response>
<- step_over -i 5
-> <response command="step_over" transaction_id="5" status="break" reason="ok"></response>
<- stack_get -i 6
-> <response command="stack_get" transaction_id="6"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="3"></stack></response>
<- step_over -i 7
-> <response command="step_over" transaction_id="7" status="break" reason="ok"></response>
<- stack_get -i 8
-> <response command="stack_get" transaction_id="8"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="4"></stack></response>
<- step_over -i 9
-> <response command="step_over" transaction_id="9" status="break" reason="ok"></response>
<- stack_get -i 10
-> <response command="stack_get" transaction_id="10"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="4"></stack></response>
<- step_over -i 11
-> <response command="step_over" transaction_id="11" status="break" reason="ok"></response>
<- stack_get -i 12
-> <response command="stack_get" transaction_id="12"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="5"></stack></response>
<- step_over -i 13
-> <response command="step_over" transaction_id="13" status="break" reason="ok"></response>
<- stack_get -i 14
-> <response command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///C%3A%5Ctemp%5Cbp.php" lineno="6"></stack></response>
<- step_over -i 15
-> <response command="step_over" transaction_id="15" status="stopped" reason="ok"></response>
Log closed at 2006-09-15 20:24:16
----------------
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST