Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug is not stopping at breakpoints
XDebug is not stopping at breakpoints [message #532390] Sun, 09 May 2010 14:45 Go to next message
Fingerling  is currently offline Fingerling Friend
Messages: 3
Registered: May 2010
Junior Member
I've setup Xdebug on latest Eclispe PDT. My platform is Windows 7/IIS7/PHP 5.2.13 (FastCgi). So far i believe everything is fine on the server end. XDebug setting are visible in phpinfo, zend_extension is also assigned. But there seems to be a problem at the Eclipse end because when i start a debug session, it doesn't stops at any break point (even if if i set Break at First Line). When i click on the application, Eclipse session does respond but nothing more than that. I looked into xdebug_remote.log and saw some tags defining information about my breakpoints.

Is there anything I'm missing during configuration at the eclipse end. I did setup the debugger, executable, and server and Debug configuration.
Re: XDebug is not stopping at breakpoints [message #532471 is a reply to message #532390] Mon, 10 May 2010 07:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

Can you repeat an attempt to debug a script, then post the xdebug log
that is generated.

Dave

On 09/05/10 15:45, Fingerling wrote:
> I've setup Xdebug on latest Eclispe PDT. My platform is Windows
> 7/IIS7/PHP 5.2.13 (FastCgi). So far i believe everything is fine on the
> server end. XDebug setting are visible in phpinfo, zend_extension is
> also assigned. But there seems to be a problem at the Eclipse end
> because when i start a debug session, it doesn't stops at any break
> point (even if if i set Break at First Line). When i click on the
> application, Eclipse session does respond but nothing more than that. I
> looked into xdebug_remote.log and saw some tags defining information
> about my breakpoints.
>
> Is there anything I'm missing during configuration at the eclipse end. I
> did setup the debugger, executable, and server and Debug configuration.
Re: XDebug is not stopping at breakpoints [message #532486 is a reply to message #532471] Mon, 10 May 2010 08:54 Go to previous messageGo to next message
Fingerling  is currently offline Fingerling Friend
Messages: 3
Registered: May 2010
Junior Member
Hi! thanks for the reply...

Log opened at 2010-05-10 08:51:19
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP" protocol_version="1.0" appid="3936" idekey="ECLIPSE_DBGP"><engine version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2009 by Derick Rethans]]></copyright></init>

<- feature_set -i 85 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="85" feature="show_hidden" success="1"></response>

<- feature_set -i 86 -n max_depth -v 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="86" feature="max_depth" success="1"></response>

<- feature_set -i 87 -n max_children -v 128
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="87" feature="max_children" success="1"></response>

<- feature_get -i 88 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="88" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_get -i 89 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="89" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- stdout -i 90 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="90" success="1"></response>

<- stderr -i 91 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="91" success="0"></response>

<- breakpoint_set -i 92 -t line -f file:///http://localhost/classifieds/index.php -n 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="92" id="39360031"></response>

<- breakpoint_set -i 93 -t line -f file:///http://localhost/classifieds/index.php -n 7
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="93" id="39360032"></response>

<- breakpoint_set -i 94 -t line -f file:///http://localhost/classifieds/index.php -n 6
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="94" id="39360033"></response>

<- breakpoint_set -i 95 -t line -f file:///http://localhost/orb/application/modules/orb/control lers/AdminController.php -n 8
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="95" id="39360034"></response>

<- breakpoint_set -i 96 -t line -f file:///http://localhost/orb/application/modules/orb/control lers/IndexController.php -n 11
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="96" id="39360035"></response>

<- step_into -i 97
-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[U2V0LUNvb2tpZTogWERFQlVHX1NFU1NJT049RUNMSVBTRV9EQkdQ OyBleHBpcmVzPU1vbiwgMTAtTWF5LTIwMTAgMDk6NTE6MTkgR01UOyBwYXRo PS8=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90 aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+ DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0 b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0 OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8 L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250 ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K CQkJPGgxPkhlYWRpbmcgMTwvaDE+DQo8aDI+SGVhZGluZyAyPC9oMj4NCg0K PGRpdiBjbGFzcz0iZXJyb3IgbWVzc2FnZSI+VGhpcyBpcyBhIGVycm9yIG1l c3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRpdGxlIj5UaGlzIGlzIGEgc3VidGl0 bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBjbGFzcz0ic3VjY2VzcyBtZXNzYWdl Ij5UaGlzIGlzIGEgc3VjZXNzIG1lc3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRp dGxlIj5UaGlzIGlzIGEgc3VidGl0bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBj bGFzcz0ibm90aWNlIG1lc3NhZ2UiPlRoaXMgaXMgYSB3YXJuaW5nL25vdGlj ZSBtZXNzYWdlIDxzcGFuIGNsYXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1 YnRpdGxlITwvc3Bhbj48L2Rpdj4NCjxkaXYgY2xhc3M9ImluZm8gbWVzc2Fn ZSI+VGhpcyBpcyBhIHRpcC9pbmZvcm1hdGlvbiBtZXNzYWdlIDxzcGFuIGNs YXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1YnRpdGxlITwvc3Bhbj48L2Rp dj4NCg0KPGRpdiBjbGFzcz0iZ3JpZCI+DQoJPGRpdiBjbGFzcz0icmlnaHQi PjwvZGl2Pg0KCTxwPjwvcD4NCgk8dGFibGU+DQoJCTx0cj4NCgkJCTx0aCBj b2xzcGFuPSI0Ij4NCgkJCQlUb3RhbCBSZWNvcmRzOiA0DQoJCQk8L3RoPg0K CQk8L3RyPg0KCQk8dHIgY2xhc3M9ImZpZWxkcyI+DQoJCQk8dGg+QTwvdGg+ DQogCQkJPHRoPkI8L3RoPg0KCQkJPHRoPkM8L3RoPg0KCQkJPHRoIGNsYXNz PSJhY3Rpb25zIj5BY3Rpb25zPC90aD4NCgkJPC90cj4NCgkJPHRyPg0KCQkJ PHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5D b2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwvdHI+DQoJCTx0ciBjbGFz cz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5Db2x1bW48 L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+PC90ZD4NCgkJPC90 cj4NCgkJPHRyPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1u PC90ZD4NCgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwv dHI+DQoJCTx0ciBjbGFzcz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4N CgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8 dGQ+PC90ZD4NCgkJPC90cj4NCgk8L3RhYmxlPg0KPC9kaXY+DQoNCjxkaXYg Y2xhc3M9ImJveCI+DQoJPGgzPlRoaXMgaXMgYm94IGhlYWRpbmc8L2gzPg0K CVRoaXMgaXMgYSBib3gNCjwvZGl2PgkJPC9kaXY+DQoJCQ0KCTwvZGl2Pg0K PC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="97" status="stopping" reason="ok"></response>

<- stop -i 98
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="98" status="stopped" reason="ok"></response>

Log closed at 2010-05-10 08:51:19

Log opened at 2010-05-10 08:51:20
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP" protocol_version="1.0" appid="3936" idekey="ECLIPSE_DBGP"><engine version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2009 by Derick Rethans]]></copyright></init>

<- feature_set -i 99 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="99" feature="show_hidden" success="1"></response>

<- feature_set -i 100 -n max_depth -v 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="100" feature="max_depth" success="1"></response>

<- feature_set -i 101 -n max_children -v 128
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="101" feature="max_children" success="1"></response>

<- feature_get -i 102 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="102" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_get -i 103 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="103" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- stdout -i 104 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="104" success="1"></response>

<- stderr -i 105 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="105" success="0"></response>

<- breakpoint_set -i 106 -t line -f file:///http://localhost/classifieds/index.php -n 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="106" id="39360036"></response>

<- breakpoint_set -i 107 -t line -f file:///http://localhost/classifieds/index.php -n 7
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="107" id="39360037"></response>

<- breakpoint_set -i 108 -t line -f file:///http://localhost/classifieds/index.php -n 6
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="108" id="39360038"></response>

<- breakpoint_set -i 109 -t line -f file:///http://localhost/orb/application/modules/orb/control lers/AdminController.php -n 8
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="109" id="39360039"></response>

<- breakpoint_set -i 110 -t line -f file:///http://localhost/orb/application/modules/orb/control lers/IndexController.php -n 11
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="110" id="39360040"></response>

<- step_into -i 111
-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[U3RhdHVzOiA0MDQNCg==]]></stream >

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90 aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+ DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0 b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0 OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8 L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250 ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K CQkJPCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAx LjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9E VEQveGh0bWwxLXN0cmljdC5kdGQiPgo8aHRtbCB4bWxucz0iaHR0cDovL3d3 dy53My5vcmcvMTk5OS94aHRtbCI+CjxoZWFkPgogIDxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0 PXV0Zi04IiAvPgogIDx0aXRsZT5aZW5kIEZyYW1ld29yayBEZWZhdWx0IEFw cGxpY2F0aW9uPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KICA8aDE+QW4gZXJy b3Igb2NjdXJyZWQ8L2gxPgogIDxoMj5QYWdlIG5vdCBmb3VuZDwvaDI+Cgog IAogIDxoMz5FeGNlcHRpb24gaW5mb3JtYXRpb246PC9oMz4KICA8cD4KICAg ICAgPGI+TWVzc2FnZTo8L2I+IEludmFsaWQgY29udHJvbGxlciBzcGVjaWZp ZWQgKGltYWdlcykgIDwvcD4KCiAgPGgzPlN0YWNrIHRyYWNlOjwvaDM+CiAg PHByZT4jMCBDOlxQcm9ncmFtIEZpbGVzXFBIUFxpbmNsdWRlc1xaZW5kXENv bnRyb2xsZXJcRnJvbnQucGhwKDk1NCk6IFplbmRfQ29udHJvbGxlcl9EaXNw YXRjaGVyX1N0YW5kYXJkLT5kaXNwYXRjaChPYmplY3QoWmVuZF9Db250cm9s bGVyX1JlcXVlc3RfSHR0cCksIE9iamVjdChaZW5kX0NvbnRyb2xsZXJfUmVz cG9uc2VfSHR0cCkpCiMxIEM6XFByb2dyYW0gRmlsZXNcUEhQXGluY2x1ZGVz XFplbmRcQXBwbGljYXRpb25cQm9vdHN0cmFwXEJvb3RzdHJhcC5waHAoOTcp OiBaZW5kX0NvbnRyb2xsZXJfRnJvbnQtPmRpc3BhdGNoKCkKIzIgQzpcUHJv Z3JhbSBGaWxlc1xQSFBcaW5jbHVkZXNcWmVuZFxBcHBsaWNhdGlvbi5waHAo MzY2KTogWmVuZF9BcHBsaWNhdGlvbl9Cb290c3RyYXBfQm9vdHN0cmFwLT5y dW4oKQojMyBEOlx3b3Jrc3BhY2VcaWlzLXd3d1xvcmJcaW5kZXgucGhwKDMx KTogWmVuZF9BcHBsaWNhdGlvbi0+cnVuKCkKIzQge21haW59ICA8L3ByZT4K CiAgPGgzPlJlcXVlc3QgUGFyYW1ldGVyczo8L2gzPgogIDxwcmU+YXJyYXkg KAogICdjb250cm9sbGVyJyA9PiAnaW1hZ2VzJywKICAnYWN0aW9uJyA9PiAn YWxlcnQtb3ZlcmxheS5wbmcnLAogICdtb2R1bGUnID0+ICdvcmInLAopICA8 L3ByZT4KICAKPC9ib2R5Pgo8L2h0bWw+CgkJPC9kaXY+DQoJCQ0KCTwvZGl2 Pg0KPC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="111" status="stopping" reason="ok"></response>

<- stop -i 112
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="112" status="stopped" reason="ok"></response>

Log closed at 2010-05-10 08:51:20

Re: XDebug is not stopping at breakpoints [message #532495 is a reply to message #532486] Mon, 10 May 2010 09:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

It looks like xdebug is communicating with PDT just fine. There is one
problem I can see which is your path mapping. PDT is trying to set
breakpoints on the file
file:///http://localhost/classifieds/index.php

which is not correct. The file has to be a real file and so I would expect
file:///D:/workspace/iis-www/orb/index.php

So you should correct your path mappings (in fact you should be able to
delete them as PDT will create one for you that should work).

But you do have break on first line which shows in the log as an initial
step into command, and you don't break which is strange, so there is
some issue with xdebug.

Have you tried putting in xdebug_break() into your script to see if it
stops on that line ? Also what version of xdebug are you using ?

Dave

On 10/05/10 09:54, Fingerling wrote:
> Hi! thanks for the reply...
>
> Log opened at 2010-05-10 08:51:19
> -> <init xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug"
> fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP"
> protocol_version="1.0" appid="3936" idekey="ECLIPSE_DBGP"><engine
> version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
> Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
> (c) 2002-2009 by Derick Rethans]]></copyright></init>
>
> <- feature_set -i 85 -n show_hidden -v 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="85" feature="show_hidden" success="1"></response>
>
> <- feature_set -i 86 -n max_depth -v 5
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="86" feature="max_depth" success="1"></response>
>
> <- feature_set -i 87 -n max_children -v 128
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="87" feature="max_children" success="1"></response>
>
> <- feature_get -i 88 -n encoding
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get"
> transaction_id="88" feature_name="encoding"
> supported="1"><![CDATA[iso-8859-1]]></response>
>
> <- feature_get -i 89 -n supports_async
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get"
> transaction_id="89" feature_name="supports_async"
> supported="1"><![CDATA[0]]></response>
>
> <- stdout -i 90 -c 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout"
> transaction_id="90" success="1"></response>
>
> <- stderr -i 91 -c 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr"
> transaction_id="91" success="0"></response>
>
> <- breakpoint_set -i 92 -t line -f
> file:///http://localhost/classifieds/index.php -n 3
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="92" id="39360031"></response>
>
> <- breakpoint_set -i 93 -t line -f
> file:///http://localhost/classifieds/index.php -n 7
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="93" id="39360032"></response>
>
> <- breakpoint_set -i 94 -t line -f
> file:///http://localhost/classifieds/index.php -n 6
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="94" id="39360033"></response>
>
> <- breakpoint_set -i 95 -t line -f
> file:///http://localhost/orb/application/modules/orb/control lers/AdminController.php
> -n 8
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="95" id="39360034"></response>
>
> <- breakpoint_set -i 96 -t line -f
> file:///http://localhost/orb/application/modules/orb/control lers/IndexController.php
> -n 11
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="96" id="39360035"></response>
>
> <- step_into -i 97
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><
> ![CDATA[U2V0LUNvb2tpZTogWERFQlVHX1NFU1NJT049RUNMSVBTRV9EQkdQ
> OyBleHBpcmVzPU1vbiwgMTAtTWF5LTIwMTAgMDk6NTE6MTkgR01UOyBwYXRo PS8=]]
> ></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><
> ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN
> TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s
> MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v
> d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu
> Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw
> ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l
> dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t
> VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90
> aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg
> bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz
> cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i
> L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+
> DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl
> YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp
> bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K
> CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp
> biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0
> b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu
> Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz
> YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0
> OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8
> L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp
> ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv
> YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv
> bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ
> CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250
> ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K
> CQkJPGgxPkhlYWRpbmcgMTwvaDE+DQo8aDI+SGVhZGluZyAyPC9oMj4NCg0K
> PGRpdiBjbGFzcz0iZXJyb3IgbWVzc2FnZSI+VGhpcyBpcyBhIGVycm9yIG1l
> c3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRpdGxlIj5UaGlzIGlzIGEgc3VidGl0
> bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBjbGFzcz0ic3VjY2VzcyBtZXNzYWdl
> Ij5UaGlzIGlzIGEgc3VjZXNzIG1lc3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRp
> dGxlIj5UaGlzIGlzIGEgc3VidGl0bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBj
> bGFzcz0ibm90aWNlIG1lc3NhZ2UiPlRoaXMgaXMgYSB3YXJuaW5nL25vdGlj
> ZSBtZXNzYWdlIDxzcGFuIGNsYXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1
> YnRpdGxlITwvc3Bhbj48L2Rpdj4NCjxkaXYgY2xhc3M9ImluZm8gbWVzc2Fn
> ZSI+VGhpcyBpcyBhIHRpcC9pbmZvcm1hdGlvbiBtZXNzYWdlIDxzcGFuIGNs
> YXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1YnRpdGxlITwvc3Bhbj48L2Rp
> dj4NCg0KPGRpdiBjbGFzcz0iZ3JpZCI+DQoJPGRpdiBjbGFzcz0icmlnaHQi
> PjwvZGl2Pg0KCTxwPjwvcD4NCgk8dGFibGU+DQoJCTx0cj4NCgkJCTx0aCBj
> b2xzcGFuPSI0Ij4NCgkJCQlUb3RhbCBSZWNvcmRzOiA0DQoJCQk8L3RoPg0K
> CQk8L3RyPg0KCQk8dHIgY2xhc3M9ImZpZWxkcyI+DQoJCQk8dGg+QTwvdGg+
> DQogCQkJPHRoPkI8L3RoPg0KCQkJPHRoPkM8L3RoPg0KCQkJPHRoIGNsYXNz
> PSJhY3Rpb25zIj5BY3Rpb25zPC90aD4NCgkJPC90cj4NCgkJPHRyPg0KCQkJ
> PHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5D
> b2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwvdHI+DQoJCTx0ciBjbGFz
> cz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5Db2x1bW48
> L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+PC90ZD4NCgkJPC90
> cj4NCgkJPHRyPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1u
> PC90ZD4NCgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwv
> dHI+DQoJCTx0ciBjbGFzcz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4N
> CgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8
> dGQ+PC90ZD4NCgkJPC90cj4NCgk8L3RhYmxlPg0KPC9kaXY+DQoNCjxkaXYg
> Y2xhc3M9ImJveCI+DQoJPGgzPlRoaXMgaXMgYm94IGhlYWRpbmc8L2gzPg0K
> CVRoaXMgaXMgYSBib3gNCjwvZGl2PgkJPC9kaXY+DQoJCQ0KCTwvZGl2Pg0K
> PC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>
>
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into"
> transaction_id="97" status="stopping" reason="ok"></response>
>
> <- stop -i 98
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop"
> transaction_id="98" status="stopped" reason="ok"></response>
>
> Log closed at 2010-05-10 08:51:19
>
> Log opened at 2010-05-10 08:51:20
> -> <init xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug"
> fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP"
> protocol_version="1.0" appid="3936" idekey="ECLIPSE_DBGP"><engine
> version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
> Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
> (c) 2002-2009 by Derick Rethans]]></copyright></init>
>
> <- feature_set -i 99 -n show_hidden -v 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="99" feature="show_hidden" success="1"></response>
>
> <- feature_set -i 100 -n max_depth -v 5
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="100" feature="max_depth" success="1"></response>
>
> <- feature_set -i 101 -n max_children -v 128
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set"
> transaction_id="101" feature="max_children" success="1"></response>
>
> <- feature_get -i 102 -n encoding
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get"
> transaction_id="102" feature_name="encoding"
> supported="1"><![CDATA[iso-8859-1]]></response>
>
> <- feature_get -i 103 -n supports_async
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get"
> transaction_id="103" feature_name="supports_async"
> supported="1"><![CDATA[0]]></response>
>
> <- stdout -i 104 -c 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout"
> transaction_id="104" success="1"></response>
>
> <- stderr -i 105 -c 1
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr"
> transaction_id="105" success="0"></response>
>
> <- breakpoint_set -i 106 -t line -f
> file:///http://localhost/classifieds/index.php -n 3
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="106" id="39360036"></response>
>
> <- breakpoint_set -i 107 -t line -f
> file:///http://localhost/classifieds/index.php -n 7
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="107" id="39360037"></response>
>
> <- breakpoint_set -i 108 -t line -f
> file:///http://localhost/classifieds/index.php -n 6
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="108" id="39360038"></response>
>
> <- breakpoint_set -i 109 -t line -f
> file:///http://localhost/orb/application/modules/orb/control lers/AdminController.php
> -n 8
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="109" id="39360039"></response>
>
> <- breakpoint_set -i 110 -t line -f
> file:///http://localhost/orb/application/modules/orb/control lers/IndexController.php
> -n 11
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set"
> transaction_id="110" id="39360040"></response>
>
> <- step_into -i 111
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[U3RhdHVzOiA0MDQNCg==]]></stream >
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><![CDATA[DQo=]]></stream>
>
> -> <stream xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout"
> encoding="base64"><
> ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN
> TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s
> MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v
> d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu
> Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw
> ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l
> dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t
> VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90
> aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg
> bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz
> cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i
> L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+
> DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl
> YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp
> bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K
> CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp
> biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0
> b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu
> Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz
> YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0
> OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8
> L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp
> ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv
> YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv
> bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ
> CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250
> ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K
> CQkJPCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAx
> LjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9E
> VEQveGh0bWwxLXN0cmljdC5kdGQiPgo8aHRtbCB4bWxucz0iaHR0cDovL3d3
> dy53My5vcmcvMTk5OS94aHRtbCI+CjxoZWFkPgogIDxtZXRhIGh0dHAtZXF1
> aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0
> PXV0Zi04IiAvPgogIDx0aXRsZT5aZW5kIEZyYW1ld29yayBEZWZhdWx0IEFw
> cGxpY2F0aW9uPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KICA8aDE+QW4gZXJy
> b3Igb2NjdXJyZWQ8L2gxPgogIDxoMj5QYWdlIG5vdCBmb3VuZDwvaDI+Cgog
> IAogIDxoMz5FeGNlcHRpb24gaW5mb3JtYXRpb246PC9oMz4KICA8cD4KICAg
> ICAgPGI+TWVzc2FnZTo8L2I+IEludmFsaWQgY29udHJvbGxlciBzcGVjaWZp
> ZWQgKGltYWdlcykgIDwvcD4KCiAgPGgzPlN0YWNrIHRyYWNlOjwvaDM+CiAg
> PHByZT4jMCBDOlxQcm9ncmFtIEZpbGVzXFBIUFxpbmNsdWRlc1xaZW5kXENv
> bnRyb2xsZXJcRnJvbnQucGhwKDk1NCk6IFplbmRfQ29udHJvbGxlcl9EaXNw
> YXRjaGVyX1N0YW5kYXJkLT5kaXNwYXRjaChPYmplY3QoWmVuZF9Db250cm9s
> bGVyX1JlcXVlc3RfSHR0cCksIE9iamVjdChaZW5kX0NvbnRyb2xsZXJfUmVz
> cG9uc2VfSHR0cCkpCiMxIEM6XFByb2dyYW0gRmlsZXNcUEhQXGluY2x1ZGVz
> XFplbmRcQXBwbGljYXRpb25cQm9vdHN0cmFwXEJvb3RzdHJhcC5waHAoOTcp
> OiBaZW5kX0NvbnRyb2xsZXJfRnJvbnQtPmRpc3BhdGNoKCkKIzIgQzpcUHJv
> Z3JhbSBGaWxlc1xQSFBcaW5jbHVkZXNcWmVuZFxBcHBsaWNhdGlvbi5waHAo
> MzY2KTogWmVuZF9BcHBsaWNhdGlvbl9Cb290c3RyYXBfQm9vdHN0cmFwLT5y
> dW4oKQojMyBEOlx3b3Jrc3BhY2VcaWlzLXd3d1xvcmJcaW5kZXgucGhwKDMx
> KTogWmVuZF9BcHBsaWNhdGlvbi0+cnVuKCkKIzQge21haW59ICA8L3ByZT4K
> CiAgPGgzPlJlcXVlc3QgUGFyYW1ldGVyczo8L2gzPgogIDxwcmU+YXJyYXkg
> KAogICdjb250cm9sbGVyJyA9PiAnaW1hZ2VzJywKICAnYWN0aW9uJyA9PiAn
> YWxlcnQtb3ZlcmxheS5wbmcnLAogICdtb2R1bGUnID0+ICdvcmInLAopICA8
> L3ByZT4KICAKPC9ib2R5Pgo8L2h0bWw+CgkJPC9kaXY+DQoJCQ0KCTwvZGl2
> Pg0KPC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>
>
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into"
> transaction_id="111" status="stopping" reason="ok"></response>
>
> <- stop -i 112
> -> <response xmlns="urn:debugger_protocol_v1"
> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop"
> transaction_id="112" status="stopped" reason="ok"></response>
>
> Log closed at 2010-05-10 08:51:20
>
>
Re: XDebug is not stopping at breakpoints [message #532518 is a reply to message #532495] Mon, 10 May 2010 11:26 Go to previous messageGo to next message
Fingerling  is currently offline Fingerling Friend
Messages: 3
Registered: May 2010
Junior Member
Hi!

I've fixed the problem of the file in the path mapping. I was able to stop the xdebug by adding the "xdebug_break()" but when i step in or step over, it suspends.

I'm using 2.0.5 version of xdebug. I'm using php_xdebug-2.0.5-5.2-nts.dll extension.

My recent logs shows,

Log opened at 2010-05-10 10:55:31
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP" protocol_version="1.0" appid="3224" idekey="ECLIPSE_DBGP"><engine version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2009 by Derick Rethans]]></copyright></init>

<- feature_set -i 422 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="422" feature="show_hidden" success="1"></response>

<- feature_set -i 423 -n max_depth -v 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="423" feature="max_depth" success="1"></response>

<- feature_set -i 424 -n max_children -v 128
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="424" feature="max_children" success="1"></response>

<- feature_get -i 425 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="425" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_get -i 426 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="426" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- stdout -i 427 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="427" success="1"></response>

<- stderr -i 428 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="428" success="0"></response>

<- breakpoint_set -i 429 -t line -f file:///D:%5Cworkspace%5Ciis-www%5Corb%5Cindex.php -n 27
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="429" id="32240014"></response>

<- breakpoint_set -i 430 -t line -f file:///D:%5Cworkspace%5Ciis-www%5Corb%5Capplication%5Cmodul es%5Corb%5Ccontrollers%5CIndexController.php -n 13
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="430" id="32240015"></response>

<- run -i 431
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="431" status="break" reason="ok"><xdebug:message filename=" file:///D:/workspace/iis-www/orb/application/modules/orb/con trollers/IndexController.php" lineno="13"></xdebug:message></response>

<- stack_get -i 432
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="432"><stack where="xdebug_break" level="0" type="file" filename=" file:///D:/workspace/iis-www/orb/application/modules/orb/con trollers/IndexController.php" lineno="13"></stack><stack where="Orb_IndexController-&gt;indexAction" level="1" type="file" filename=" file:///D:/workspace/iis-www/orb/application/modules/orb/con trollers/IndexController.php" lineno="13"></stack><stack where="Zend_Controller_Action-&gt;dispatch" level="2" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Acti on.php" lineno="513"></stack><stack where="Zend_Controller_Dispatcher_Standard-&gt;dispatch " level="3" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Disp atcher/Standard.php" lineno="289"></stack><stack where="Zend_Controller_Front-&gt;dispatch" level="4" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Fron t.php" lineno="954"></stack><stack where="Zend_Application_Bootstrap_Bootstrap-&gt;run" level="5" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Application/Boo tstrap/Bootstrap.php" lineno="97"></stack><stack where="Zend_Application-&gt;run" level="6" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Application.php" lineno="366"></stack><stack where="{main}" level="7" type="file" filename="file:///D:/workspace/iis-www/orb/index.php" lineno="31"></stack></response>

<- stack_get -i 433
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="433"><stack where="xdebug_break" level="0" type="file" filename=" file:///D:/workspace/iis-www/orb/application/modules/orb/con trollers/IndexController.php" lineno="13"></stack><stack where="Orb_IndexController-&gt;indexAction" level="1" type="file" filename=" file:///D:/workspace/iis-www/orb/application/modules/orb/con trollers/IndexController.php" lineno="13"></stack><stack where="Zend_Controller_Action-&gt;dispatch" level="2" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Acti on.php" lineno="513"></stack><stack where="Zend_Controller_Dispatcher_Standard-&gt;dispatch " level="3" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Disp atcher/Standard.php" lineno="289"></stack><stack where="Zend_Controller_Front-&gt;dispatch" level="4" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Controller/Fron t.php" lineno="954"></stack><stack where="Zend_Application_Bootstrap_Bootstrap-&gt;run" level="5" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Application/Boo tstrap/Bootstrap.php" lineno="97"></stack><stack where="Zend_Application-&gt;run" level="6" type="file" filename=" file:///C:/Program%20Files/PHP/includes/Zend/Application.php" lineno="366"></stack><stack where="{main}" level="7" type="file" filename="file:///D:/workspace/iis-www/orb/index.php" lineno="31"></stack></response>

<- context_get -i 434 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="434" context="1"><property name="_COOKIE" fullname="$_COOKIE" address="39036928" type="array" children="1" numchildren="4"><property name="showLeftCol" fullname="$_COOKIE[&apos;showLeftCol&apos;]" address="39038016" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="hide_leftshortcuts" fullname="$_COOKIE[&apos;hide_leftshortcuts&apos;]" address="39037912" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="hide_newrecord" fullname="$_COOKIE[&apos;hide_newrecord&apos;]" address="39038360" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="PHPSESSID" fullname="$_COOKIE[&apos;PHPSESSID&apos;]" address="39038648" type="string" size="26" encoding="base64"><![CDATA[cjZlM2FqcDIzZWlhbHFyaHMybzFjbjJndjA=]] ></property></property><property name="_ENV" fullname="$_ENV" address="39040824" type="array" children="1" numchildren="1"><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_ENV[&apos;HTTP_ACCEPT_LANGUAGE&apos;]" address="40290008" type="string" size="14" encoding="base64"><![CDATA[ZW4tdXMsZW47cT0wLjU=]]></property ></property><property name="_FILES" fullname="$_FILES" address="39038232" type="array" children="0" numchildren="0"></property><property name="_GET" fullname="$_GET" address="39036736" type="array" children="1" numchildren="2"><property name="XDEBUG_SESSION_START" fullname="$_GET[&apos;XDEBUG_SESSION_START&apos;]" address="39037264" type="string" size="12" encoding="base64"><![CDATA[RUNMSVBTRV9EQkdQ]]></property> <property name="KEY" fullname="$_GET[&apos;KEY&apos;]" address="39037504" type="string" size="15" encoding="base64"><![CDATA[MTI3MzQ4ODkzMDg4MzE3]]></property ></property><property name="_POST" fullname="$_POST" address="39038192" type="array" children="0" numchildren="0"></property><property name="_REQUEST" fullname="$_REQUEST" address="39040848" type="array" children="1" numchildren="6"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST[&apos;XDEBUG_SESSION_START&apos;] " address="39037264" type="string" size="12" encoding="base64"><![CDATA[RUNMSVBTRV9EQkdQ]]></property> <property name="KEY" fullname="$_REQUEST[&apos;KEY&apos;]" address="39037504" type="string" size="15" encoding="base64"><![CDATA[MTI3MzQ4ODkzMDg4MzE3]]></property ><property name="showLeftCol" fullname="$_REQUEST[&apos;showLeftCol&apos;]" address="39038016" type="string" size="4" encoding="base64"><![CDATA[dHJ1ZQ==]]></property><property name="hide_leftshortcuts" fullname="$_REQUEST[&apos;hide_leftshortcuts&apos;] " address="39037912" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="hide_newrecord" fullname="$_REQUEST[&apos;hide_newrecord&apos;]" address="39038360" type="string" size="5" encoding="base64"><![CDATA[ZmFsc2U=]]></property><property name="PHPSESSID" fullname="$_REQUEST[&apos;PHPSESSID&apos;]" address="39038648" type="string" size="26" encoding="base64"><![CDATA[cjZlM2FqcDIzZWlhbHFyaHMybzFjbjJndjA=]] ></property></property><property name="_SERVER" fullname="$_SERVER" address="39041264" type="array" children="1" numchildren="86"><property name="_FCGI_X_PIPE_" fullname="$_SERVER[&apos;_FCGI_X_PIPE_&apos;]" address="39041464" type="string" size="53" encoding="base64">< ![CDATA[XFwuXHBpcGVcSUlTRkNHSS04ZWRiNTMwZi0zNjQxLTQ4ZWEtODMx NS0zYTNiZDdmNmNmZDE=]] ></property><property name="ALLUSERSPROFILE" fullname="$_SERVER[&apos;ALLUSERSPROFILE&apos;]" address="39041576" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property ><property name="APPDATA" fullname="$_SERVER[&apos;APPDATA&apos;]" address="39041552" type="string" size="56" encoding="base64">< ![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjb25maWdcc3lzdGVtcHJvZmls ZVxBcHBEYXRhXFJvYW1pbmc=]] ></property><property name="APP_POOL_CONFIG" fullname="$_SERVER[&apos;APP_POOL_CONFIG&apos;]" address="39041848" type="string" size="46" encoding="base64">< ![CDATA[QzpcaW5ldHB1Ylx0ZW1wXGFwcHBvb2xzXERlZmF1bHRBcHBQb29s LmNvbmZpZw==]] ></property><property name="APP_POOL_ID" fullname="$_SERVER[&apos;APP_POOL_ID&apos;]" address="39059800" type="string" size="14" encoding="base64"><![CDATA[RGVmYXVsdEFwcFBvb2w=]]></property ><property name="CommonProgramFiles" fullname="$_SERVER[&apos;CommonProgramFiles&apos;]" address="39041960" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]] ></property><property name="COMPUTERNAME" fullname="$_SERVER[&apos;COMPUTERNAME&apos;]" address="39042248" type="string" size="10" encoding="base64"><![CDATA[REFOSVlBTC1QQw==]]></property> <property name="ComSpec" fullname="$_SERVER[&apos;ComSpec&apos;]" address="39042224" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]] ></property><property name="FP_NO_HOST_CHECK" fullname="$_SERVER[&apos;FP_NO_HOST_CHECK&apos;]" address="39042424" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="LOCALAPPDATA" fullname="$_SERVER[&apos;LOCALAPPDATA&apos;]" address="39042672" type="string" size="54" encoding="base64">< ![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjb25maWdcc3lzdGVtcHJvZmls ZVxBcHBEYXRhXExvY2Fs]] ></property><property name="NUMBER_OF_PROCESSORS" fullname="$_SERVER[&apos;NUMBER_OF_PROCESSORS&apos;] " address="39042648" type="string" size="1" encoding="base64"><![CDATA[Mg==]]></property><property name="OS" fullname="$_SERVER[&apos;OS&apos;]" address="39042856" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property> <property name="Path" fullname="$_SERVER[&apos;Path&apos;]" address="39043296" type="string" size="358" encoding="base64">< ![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xQSFBcO0M6XFByb2dyYW0gRmlsZXNc SmF2YUZYXGphdmFmeC1zZGsxLjJcYmluO0M6XFByb2dyYW0gRmlsZXNcSmF2 YUZYXGphdmFmeC1zZGsxLjJcZW11bGF0b3JcYmluOyVDb21tb25Qcm9ncmFt RmlsZXMlXE1pY3Jvc29mdCBTaGFyZWRcV2luZG93cyBMaXZlO0M6XFdpbmRv d3Ncc3lzdGVtMzI7QzpcV2luZG93cztDOlxXaW5kb3dzXFN5c3RlbTMyXFdi ZW07QzpcV2luZG93c1xTeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4w XDtDOlxQcm9ncmFtIEZpbGVzXFRvcnRvaXNlU1ZOXGJpbjtDOlxQcm9ncmFt IEZpbGVzXENvbW1vbiBGaWxlc1xNaWNyb3NvZnQgU2hhcmVkXFdpbmRvd3Mg TGl2ZQ==]] ></property><property name="PATHEXT" fullname="$_SERVER[&apos;PATHEXT&apos;]" address="39043432" type="string" size="53" encoding="base64">< ![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7 LldTRjsuV1NIOy5NU0M=]] ></property><property name="PHPRC" fullname="$_SERVER[&apos;PHPRC&apos;]" address="39043512" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xQSFBc]]> </property><property name="PROCESSOR_ARCHITECTURE" fullname="$_SERVER[&apos;PROCESSOR_ARCHITECTURE&apos;] " address="39043624" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$_SERVER[&apos;PROCESSOR_IDENTIFIER&apos;] " address="39043776" type="string" size="47" encoding="base64">< ![CDATA[eDg2IEZhbWlseSA2IE1vZGVsIDE1IFN0ZXBwaW5nIDEzLCBHZW51 aW5lSW50ZWw=]] ></property><property name="PROCESSOR_LEVEL" fullname="$_SERVER[&apos;PROCESSOR_LEVEL&apos;]" address="39044040" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$_SERVER[&apos;PROCESSOR_REVISION&apos;]" address="39044016" type="string" size="4" encoding="base64"><![CDATA[MGYwZA==]]></property><property name="ProgramData" fullname="$_SERVER[&apos;ProgramData&apos;]" address="39044256" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property ><property name="ProgramFiles" fullname="$_SERVER[&apos;ProgramFiles&apos;]" address="39044336" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property ><property name="PSModulePath" fullname="$_SERVER[&apos;PSModulePath&apos;]" address="39044480" type="string" size="51" encoding="base64">< ![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2 MS4wXE1vZHVsZXNc]] ></property><property name="PUBLIC" fullname="$_SERVER[&apos;PUBLIC&apos;]" address="39044576" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property ><property name="SystemDrive" fullname="$_SERVER[&apos;SystemDrive&apos;]" address="39044680" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$_SERVER[&apos;SystemRoot&apos;]" address="39044784" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property> <property name="TEMP" fullname="$_SERVER[&apos;TEMP&apos;]" address="39044880" type="string" size="15" encoding="base64"><![CDATA[QzpcV2luZG93c1xURU1Q]]></property ><property name="TMP" fullname="$_SERVER[&apos;TMP&apos;]" address="39044976" type="string" size="15" encoding="base64"><![CDATA[QzpcV2luZG93c1xURU1Q]]></property ><property name="USERDOMAIN" fullname="$_SERVER[&apos;USERDOMAIN&apos;]" address="39045096" type="string" size="9" encoding="base64"><![CDATA[V09SS0dST1VQ]]></property><property name="USERNAME" fullname="$_SERVER[&apos;USERNAME&apos;]" address="39045200" type="string" size="11" encoding="base64"><![CDATA[REFOSVlBTC1QQyQ=]]></property> <property name="USERPROFILE" fullname="$_SERVER[&apos;USERPROFILE&apos;]" address="39045336" type="string" size="40" encoding="base64">< ![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjb25maWdcc3lzdGVtcHJvZmls ZQ==]] ></property><property name="windir" fullname="$_SERVER[&apos;windir&apos;]" address="39045416" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property> <property name="FCGI_ROLE" fullname="$_SERVER[&apos;FCGI_ROLE&apos;]" address="39045744" type="string" size="9" encoding="base64"><![CDATA[UkVTUE9OREVS]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&apos;HTTP_CONNECTION&apos;]" address="39056864" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property> <property name="HTTP_KEEP_ALIVE" fullname="$_SERVER[&apos;HTTP_KEEP_ALIVE&apos;]" address="39057304" type="string" size="3" encoding="base64"><![CDATA[MTE1]]></property><property name="HTTP_CONTENT_LENGTH" fullname="$_SERVER[&apos;HTTP_CONTENT_LENGTH&apos;] " address="39056840" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&apos;HTTP_ACCEPT&apos;]" address="39057816" type="string" size="63" encoding="base64">< ![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNh dGlvbi94bWw7cT0wLjksKi8qO3E9MC44]] ></property><property name="HTTP_ACCEPT_CHARSET" fullname="$_SERVER[&apos;HTTP_ACCEPT_CHARSET&apos;] " address="39057640" type="string" size="30" encoding="base64"><![CDATA[SVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9MC43]] ></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&apos;HTTP_ACCEPT_ENCODING&apos;] " address="39058240" type="string" size="12" encoding="base64"><![CDATA[Z3ppcCxkZWZsYXRl]]></property> <property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&apos;HTTP_ACCEPT_LANGUAGE&apos;] " address="39058464" type="string" size="14" encoding="base64"><![CDATA[ZW4tdXMsZW47cT0wLjU=]]></property ><property name="HTTP_COOKIE" fullname="$_SERVER[&apos;HTTP_COOKIE&apos;]" address="39058864" type="string" size="102" encoding="base64">< ![CDATA[c2hvd0xlZnRDb2w9dHJ1ZTsgaGlkZV9sZWZ0c2hvcnRjdXRzPWZh bHNlOyBoaWRlX25ld3JlY29yZD1mYWxzZTsgUEhQU0VTU0lEPXI2ZTNhanAy M2VpYWxxcmhzMm8xY24yZ3Yw]] ></property><property name="HTTP_HOST" fullname="$_SERVER[&apos;HTTP_HOST&apos;]" address="39059072" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&apos;HTTP_USER_AGENT&apos;]" address="39059360" type="string" size="110" encoding="base64">< ![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3M7IFU7IFdpbmRvd3MgTlQgNi4x OyBlbi1VUzsgcnY6MS45LjIuMykgR2Vja28vMjAxMDA0MDEgRmlyZWZveC8z LjYuMyAoIC5ORVQgQ0xSIDMuNS4zMDcyOSk=]] ></property><property name="IIS_UrlRewriteModule" fullname="$_SERVER[&apos;IIS_UrlRewriteModule&apos;] " address="39059536" type="string" size="10" encoding="base64"><![CDATA[Ny4xLjA2NTkuMA==]]></property> <property name="APPL_MD_PATH" fullname="$_SERVER[&apos;APPL_MD_PATH&apos;]" address="39060000" type="string" size="16" encoding="base64"><![CDATA[L0xNL1czU1ZDLzEvUk9PVA==]]></property ><property name="APPL_PHYSICAL_PATH" fullname="$_SERVER[&apos;APPL_PHYSICAL_PATH&apos;]" address="39059776" type="string" size="21" encoding="base64"><![CDATA[RDpcd29ya3NwYWNlXGlpcy13d3dc]]> </property><property name="AUTH_TYPE" fullname="$_SERVER[&apos;AUTH_TYPE&apos;]" address="39060496" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="AUTH_PASSWORD" fullname="$_SERVER[&apos;AUTH_PASSWORD&apos;]" address="39060696" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="AUTH_USER" fullname="$_SERVER[&apos;AUTH_USER&apos;]" address="39060896" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CERT_COOKIE" fullname="$_SERVER[&apos;CERT_COOKIE&apos;]" address="39061088" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CERT_FLAGS" fullname="$_SERVER[&apos;CERT_FLAGS&apos;]" address="39061280" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CERT_ISSUER" fullname="$_SERVER[&apos;CERT_ISSUER&apos;]" address="39061472" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CERT_SERIALNUMBER" fullname="$_SERVER[&apos;CERT_SERIALNUMBER&apos;]" address="39060376" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CERT_SUBJECT" fullname="$_SERVER[&apos;CERT_SUBJECT&apos;]" address="39061872" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER[&apos;CONTENT_LENGTH&apos;]" address="39062072" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&apos;CONTENT_TYPE&apos;]" address="39062272" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&apos;DOCUMENT_ROOT&apos;]" address="39062440" type="string" size="20" encoding="base64"><![CDATA[RDpcd29ya3NwYWNlXGlpcy13d3c=]]> </property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&apos;GATEWAY_INTERFACE&apos;]" address="39061752" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="HTTPS" fullname="$_SERVER[&apos;HTTPS&apos;]" address="39062896" type="string" size="3" encoding="base64"><![CDATA[b2Zm]]></property><property name="HTTPS_KEYSIZE" fullname="$_SERVER[&apos;HTTPS_KEYSIZE&apos;]" address="39063112" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="HTTPS_SECRETKEYSIZE" fullname="$_SERVER[&apos;HTTPS_SECRETKEYSIZE&apos;] " address="39063000" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="HTTPS_SERVER_ISSUER" fullname="$_SERVER[&apos;HTTPS_SERVER_ISSUER&apos;] " address="39063480" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="HTTPS_SERVER_SUBJECT" fullname="$_SERVER[&apos;HTTPS_SERVER_SUBJECT&apos;] " address="39063952" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="INSTANCE_ID" fullname="$_SERVER[&apos;INSTANCE_ID&apos;]" address="39064200" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="INSTANCE_NAME" fullname="$_SERVER[&apos;INSTANCE_NAME&apos;]" address="39064368" type="string" size="16" encoding="base64"><![CDATA[REVGQVVMVCBXRUIgU0lURQ==]]></property ><property name="INSTANCE_META_PATH" fullname="$_SERVER[&apos;INSTANCE_META_PATH&apos;]" address="39064608" type="string" size="11" encoding="base64"><![CDATA[L0xNL1czU1ZDLzE=]]></property> <property name="LOCAL_ADDR" fullname="$_SERVER[&apos;LOCAL_ADDR&apos;]" address="39065376" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="LOGON_USER" fullname="$_SERVER[&apos;LOGON_USER&apos;]" address="39065568" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="PATH_TRANSLATED" fullname="$_SERVER[&apos;PATH_TRANSLATED&apos;]" address="39065832" type="string" size="34" encoding="base64"><![CDATA[RDpcd29ya3NwYWNlXGlpcy13d3dcb3JiXGluZGV4LnBocA==]] ></property><property name="QUERY_STRING" fullname="$_SERVER[&apos;QUERY_STRING&apos;]" address="39066128" type="string" size="53" encoding="base64">< ![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9RUNMSVBTRV9EQkdQJktFWT0x MjczNDg4OTMwODgzMTc=]] ></property><property name="REMOTE_ADDR" fullname="$_SERVER[&apos;REMOTE_ADDR&apos;]" address="39066320" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="REMOTE_HOST" fullname="$_SERVER[&apos;REMOTE_HOST&apos;]" address="39066512" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&apos;REMOTE_PORT&apos;]" address="39066704" type="string" size="5" encoding="base64"><![CDATA[NTMwNDQ=]]></property><property name="REMOTE_USER" fullname="$_SERVER[&apos;REMOTE_USER&apos;]" address="39066896" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&apos;REQUEST_METHOD&apos;]" address="39067096" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="REQUEST_URI" fullname="$_SERVER[&apos;REQUEST_URI&apos;]" address="39067336" type="string" size="59" encoding="base64">< ![CDATA[L29yYi8/WERFQlVHX1NFU1NJT05fU1RBUlQ9RUNMSVBTRV9EQkdQ JktFWT0xMjczNDg4OTMwODgzMTc=]] ></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&apos;SCRIPT_FILENAME&apos;]" address="39067600" type="string" size="34" encoding="base64"><![CDATA[RDpcd29ya3NwYWNlXGlpcy13d3dcb3JiXGluZGV4LnBocA==]] ></property><property name="SCRIPT_NAME" fullname="$_SERVER[&apos;SCRIPT_NAME&apos;]" address="39067816" type="string" size="14" encoding="base64"><![CDATA[L29yYi9pbmRleC5waHA=]]></property ><property name="SERVER_NAME" fullname="$_SERVER[&apos;SERVER_NAME&apos;]" address="39068024" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_PORT" fullname="$_SERVER[&apos;SERVER_PORT&apos;]" address="39068216" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="SERVER_PORT_SECURE" fullname="$_SERVER[&apos;SERVER_PORT_SECURE&apos;]" address="39068000" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&apos;SERVER_PROTOCOL&apos;]" address="39068640" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&apos;SERVER_SOFTWARE&apos;]" address="39068816" type="string" size="17" encoding="base64"><![CDATA[TWljcm9zb2Z0LUlJUy83LjU=]]></property ><property name="URL" fullname="$_SERVER[&apos;URL&apos;]" address="39069008" type="string" size="14" encoding="base64"><![CDATA[L29yYi9pbmRleC5waHA=]]></property ><property name="ORIG_PATH_INFO" fullname="$_SERVER[&apos;ORIG_PATH_INFO&apos;]" address="39069264" type="string" size="14" encoding="base64"><![CDATA[L29yYi9pbmRleC5waHA=]]></property ><property name="PHP_SELF" fullname="$_SERVER[&apos;PHP_SELF&apos;]" address="39069504" type="string" size="14" encoding="base64"><![CDATA[L29yYi9pbmRleC5waHA=]]></property ><property name="REQUEST_TIME" fullname="$_SERVER[&apos;REQUEST_TIME&apos;]" address="39069240" type="int"><![CDATA[1273488931]]></property></property></response >

<- context_get -i 435 -d 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="435" context="0"></response>

<- step_into -i 436
-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[U2V0LUNvb2tpZTogWERFQlVHX1NFU1NJT049RUNMSVBTRV9EQkdQ OyBleHBpcmVzPU1vbiwgMTAtTWF5LTIwMTAgMTE6NTU6MzEgR01UOyBwYXRo PS8=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90 aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+ DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0 b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0 OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8 L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250 ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K CQkJPGgxPkhlYWRpbmcgMTwvaDE+DQo8aDI+SGVhZGluZyAyPC9oMj4NCg0K PGRpdiBjbGFzcz0iZXJyb3IgbWVzc2FnZSI+VGhpcyBpcyBhIGVycm9yIG1l c3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRpdGxlIj5UaGlzIGlzIGEgc3VidGl0 bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBjbGFzcz0ic3VjY2VzcyBtZXNzYWdl Ij5UaGlzIGlzIGEgc3VjZXNzIG1lc3NhZ2UgPHNwYW4gY2xhc3M9InN1YnRp dGxlIj5UaGlzIGlzIGEgc3VidGl0bGUhPC9zcGFuPjwvZGl2Pg0KPGRpdiBj bGFzcz0ibm90aWNlIG1lc3NhZ2UiPlRoaXMgaXMgYSB3YXJuaW5nL25vdGlj ZSBtZXNzYWdlIDxzcGFuIGNsYXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1 YnRpdGxlITwvc3Bhbj48L2Rpdj4NCjxkaXYgY2xhc3M9ImluZm8gbWVzc2Fn ZSI+VGhpcyBpcyBhIHRpcC9pbmZvcm1hdGlvbiBtZXNzYWdlIDxzcGFuIGNs YXNzPSJzdWJ0aXRsZSI+VGhpcyBpcyBhIHN1YnRpdGxlITwvc3Bhbj48L2Rp dj4NCg0KPGRpdiBjbGFzcz0iZ3JpZCI+DQoJPGRpdiBjbGFzcz0icmlnaHQi PjwvZGl2Pg0KCTxwPjwvcD4NCgk8dGFibGU+DQoJCTx0cj4NCgkJCTx0aCBj b2xzcGFuPSI0Ij4NCgkJCQlUb3RhbCBSZWNvcmRzOiA0DQoJCQk8L3RoPg0K CQk8L3RyPg0KCQk8dHIgY2xhc3M9ImZpZWxkcyI+DQoJCQk8dGg+QTwvdGg+ DQogCQkJPHRoPkI8L3RoPg0KCQkJPHRoPkM8L3RoPg0KCQkJPHRoIGNsYXNz PSJhY3Rpb25zIj5BY3Rpb25zPC90aD4NCgkJPC90cj4NCgkJPHRyPg0KCQkJ PHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5D b2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwvdHI+DQoJCTx0ciBjbGFz cz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4NCgkJCTx0ZD5Db2x1bW48 L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+PC90ZD4NCgkJPC90 cj4NCgkJPHRyPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8dGQ+Q29sdW1u PC90ZD4NCgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPjwvdGQ+DQoJCTwv dHI+DQoJCTx0ciBjbGFzcz0iZXZlbiI+DQoJCQk8dGQ+Q29sdW1uPC90ZD4N CgkJCTx0ZD5Db2x1bW48L3RkPg0KCQkJPHRkPkNvbHVtbjwvdGQ+DQoJCQk8 dGQ+PC90ZD4NCgkJPC90cj4NCgk8L3RhYmxlPg0KPC9kaXY+DQoNCjxkaXYg Y2xhc3M9ImJveCI+DQoJPGgzPlRoaXMgaXMgYm94IGhlYWRpbmc8L2gzPg0K CVRoaXMgaXMgYSBib3gNCjwvZGl2PgkJPC9kaXY+DQoJCQ0KCTwvZGl2Pg0K PC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="436" status="stopping" reason="ok"></response>

<- stop -i 437
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="437" status="stopped" reason="ok"></response>

Log closed at 2010-05-10 10:55:42

Log opened at 2010-05-10 10:55:42
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///D:/workspace/iis-www/orb/index.php" language="PHP" protocol_version="1.0" appid="3224" idekey="ECLIPSE_DBGP"><engine version="2.0.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2009 by Derick Rethans]]></copyright></init>

<- feature_set -i 438 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="438" feature="show_hidden" success="1"></response>

<- feature_set -i 439 -n max_depth -v 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="439" feature="max_depth" success="1"></response>

<- feature_set -i 440 -n max_children -v 128
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="440" feature="max_children" success="1"></response>

<- feature_get -i 441 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="441" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_get -i 442 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_get" transaction_id="442" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- stdout -i 443 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="443" success="1"></response>

<- stderr -i 444 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stderr" transaction_id="444" success="0"></response>

<- breakpoint_set -i 445 -t line -f file:///D:%5Cworkspace%5Ciis-www%5Corb%5Cindex.php -n 27
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="445" id="32240016"></response>

<- breakpoint_set -i 446 -t line -f file:///D:%5Cworkspace%5Ciis-www%5Corb%5Capplication%5Cmodul es%5Corb%5Ccontrollers%5CIndexController.php -n 13
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="446" id="32240017"></response>

<- run -i 447
-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[U3RhdHVzOiA0MDQNCg==]]></stream >

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[WC1Qb3dlcmVkLUJ5OiBQSFAvNS4yLjEz]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[Q29udGVudC10eXBlOiB0ZXh0L2h0bWw=]] ></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64"><![CDATA[DQo=]]></stream>

-> <stream xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" type="stdout" encoding="base64">< ![CDATA[PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRN TCAxLjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1s MS9EVEQveGh0bWwxLXN0cmljdC5kdGQiPjxodG1sIHhtbG5zPSJodHRwOi8v d3d3LnczLm9yZy8xOTk5L3hodG1sIiBsYW5nPSJlbiIgeG1sOmxhbmc9ImVu Ij4NCjxoZWFkPg0KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPg0KPG1l dGEgaHR0cC1lcXVpdj0iQ29udGVudC1MYW5ndWFnZSIgY29udGVudD0iZW4t VVMiIC8+ICAgIDx0aXRsZT5PbmxpbmUgUmVwdXRhdGlvbiBCdWlsZGVyPC90 aXRsZT4gICAgICAgIDxsaW5rIGhyZWY9Ii9vcmIvY3NzL3N0eWxlLmNzcyIg bWVkaWE9InNjcmVlbiIgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2Nz cyIgLz4gICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0i L29yYi9qcy9nbG9iYWwuanMiPjwvc2NyaXB0PjwvaGVhZD4NCg0KPGJvZHk+ DQoJPGRpdiBpZD0iaGVhZGVyLWNvbnRhaW5lciI+DQoJCTxkaXYgaWQ9Imhl YWRlciI+DQoJCQ0KCQkJPGRpdiBpZD0iaGVhZGVyLWxvZ28iPg0KCQkJCTxp bWcgc3JjPSIvb3JiL2ltYWdlcy9sb2dvLnBuZyIgLz4NCgkJCTwvZGl2Pg0K CQkJDQoJCQk8ZGl2IGlkPSJoZWFkZXItcGFuZWwiPg0KCQkJCUxvZ2dlZCBp biBhcyANCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0OjsiPkFkbWluaXN0cmF0 b3I8L2E+DQoJCQkJPHNwYW4gY2xhc3M9InNhcGVyYXRvciI+IHwgPC9zcGFu Pg0KCQkJCU1vbmRheSwgTWF5IDEwLCAyMDEwCQkJCTxzcGFuIGNsYXNzPSJz YXBlcmF0b3IiPiB8IDwvc3Bhbj4NCgkJCQk8YSBocmVmPSJqYXZhc2NyaXB0 OjsiPkxvZyBPdXQ8L2E+DQoJCQk8L2Rpdj4NCgkJCQ0KCQk8L2Rpdj4NCgk8 L2Rpdj4NCgkNCgk8ZGl2IGlkPSJuYXYtY29udGFpbmVyIj4NCgkJPGRpdiBp ZD0ibmF2Ij4NCgkJCTx1bD4NCgkJCQk8bGk+PGEgaHJlZj0iIyI+RGFzaGJv YXJkPC9hPjwvbGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkFkbWluPC9hPjwv bGk+DQoJCQkJPGxpPjxhIGhyZWY9IiMiPkVtcGxveWVlPC9hPjwvbGk+DQoJ CQk8L3VsPg0KCQk8L2Rpdj4NCgk8L2Rpdj4NCgkNCgk8ZGl2IGlkPSJjb250 ZW50LWNvbnRhaW5lciI+DQoJCQ0KICAJCTxkaXYgaWQ9ImNvbnRlbnQiPg0K CQkJPCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAx LjAgU3RyaWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9E VEQveGh0bWwxLXN0cmljdC5kdGQiPgo8aHRtbCB4bWxucz0iaHR0cDovL3d3 dy53My5vcmcvMTk5OS94aHRtbCI+CjxoZWFkPgogIDxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0 PXV0Zi04IiAvPgogIDx0aXRsZT5aZW5kIEZyYW1ld29yayBEZWZhdWx0IEFw cGxpY2F0aW9uPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KICA8aDE+QW4gZXJy b3Igb2NjdXJyZWQ8L2gxPgogIDxoMj5QYWdlIG5vdCBmb3VuZDwvaDI+Cgog IAogIDxoMz5FeGNlcHRpb24gaW5mb3JtYXRpb246PC9oMz4KICA8cD4KICAg ICAgPGI+TWVzc2FnZTo8L2I+IEludmFsaWQgY29udHJvbGxlciBzcGVjaWZp ZWQgKGltYWdlcykgIDwvcD4KCiAgPGgzPlN0YWNrIHRyYWNlOjwvaDM+CiAg PHByZT4jMCBDOlxQcm9ncmFtIEZpbGVzXFBIUFxpbmNsdWRlc1xaZW5kXENv bnRyb2xsZXJcRnJvbnQucGhwKDk1NCk6IFplbmRfQ29udHJvbGxlcl9EaXNw YXRjaGVyX1N0YW5kYXJkLT5kaXNwYXRjaChPYmplY3QoWmVuZF9Db250cm9s bGVyX1JlcXVlc3RfSHR0cCksIE9iamVjdChaZW5kX0NvbnRyb2xsZXJfUmVz cG9uc2VfSHR0cCkpCiMxIEM6XFByb2dyYW0gRmlsZXNcUEhQXGluY2x1ZGVz XFplbmRcQXBwbGljYXRpb25cQm9vdHN0cmFwXEJvb3RzdHJhcC5waHAoOTcp OiBaZW5kX0NvbnRyb2xsZXJfRnJvbnQtPmRpc3BhdGNoKCkKIzIgQzpcUHJv Z3JhbSBGaWxlc1xQSFBcaW5jbHVkZXNcWmVuZFxBcHBsaWNhdGlvbi5waHAo MzY2KTogWmVuZF9BcHBsaWNhdGlvbl9Cb290c3RyYXBfQm9vdHN0cmFwLT5y dW4oKQojMyBEOlx3b3Jrc3BhY2VcaWlzLXd3d1xvcmJcaW5kZXgucGhwKDMx KTogWmVuZF9BcHBsaWNhdGlvbi0+cnVuKCkKIzQge21haW59ICA8L3ByZT4K CiAgPGgzPlJlcXVlc3QgUGFyYW1ldGVyczo8L2gzPgogIDxwcmU+YXJyYXkg KAogICdjb250cm9sbGVyJyA9PiAnaW1hZ2VzJywKICAnYWN0aW9uJyA9PiAn YWxlcnQtb3ZlcmxheS5wbmcnLAogICdtb2R1bGUnID0+ICdvcmInLAopICA8 L3ByZT4KICAKPC9ib2R5Pgo8L2h0bWw+CgkJPC9kaXY+DQoJCQ0KCTwvZGl2 Pg0KPC9ib2R5Pg0KPC9odG1sPg0K]] ></stream>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="447" status="stopping" reason="ok"></response>

<- stop -i 448
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="448" status="stopped" reason="ok"></response>

Log closed at 2010-05-10 10:55:42

[Updated on: Mon, 10 May 2010 11:44]

Report message to a moderator

Re: XDebug is not stopping at breakpoints [message #532528 is a reply to message #532518] Mon, 10 May 2010 11:50 Go to previous message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

The path mapping looks correct now as you say. But it doesn't stop at
the breakpoints. There are some known limitations with xdebug on where
you can put breakpoints. I am not sure of the rules but I think a good
rule of thumb is not on a blank line and ensure it is on a line that has
a statement termination (ie a ';' at the end).

I still don't know why the step into didn't work. If you still can't get
breakpoints to work, you might want to ask on the xdebug mailing list
(see http://www.xdebug.org) and see if Derick (author of XDebug) can help.

From a PDT point of view everything looks ok

Dave
Previous Topic:Eclipse won't work after zend/eclipse/pdt uninstall and reinstall
Next Topic:need apache and php to run test.php using eclipse?
Goto Forum:
  


Current Time: Fri Apr 19 07:33:25 GMT 2024

Powered by FUDForum. Page generated in 0.02143 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top