View Issue Details

IDProjectCategoryView StatusLast Update
0000574XdebugUncategorizedpublic2010-05-02 10:08
Reporterksafonov Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.1.0RC1 
Summary0000574: Break command is not handler properly, 'unimplemented command' is returned
Description

While 'supports_async' feature is said to be supported, Xdebug complains 'unimplemented command' when 'break' is sent during script execution.

Additional Information

Log opened at 2010-05-02 08:28:34
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; fileuri="file:///C:/Programs/xampp/htdocs/suse-phpunit/a.php" language="PHP" protocol_version="1.0" appid="10952" idekey="__PRODUCT_NAME__1"><engine version="2.1.0rc1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]>&lt;/url>&lt;copyright>&lt;![CDATA[Copyright (c) 2002-2010 by Derick Rethans]]></copyright></init>

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

<- feature_get -i 205 -n breakpoint_types
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="205" feature_name="breakpoint_types" supported="1"><![CDATA[line conditional call return exception]]></response>

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

<- stdout -i 207 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stdout" transaction_id="207" success="0"></response>

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

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

<- feature_set -i 210 -n max_children -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="210" feature="max_children" success="1"></response>

<- feature_set -i 211 -n max_data -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="211" feature="max_data" success="1"></response>

<- feature_set -i 212 -n max_depth -v 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="212" feature="max_depth" success="1"></response>

<- eval -i 213 -- cGhwX3VuYW1lKCJzIik=
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="eval" transaction_id="213"><property address="12647060" type="string" size="10" encoding="base64"><![CDATA[V2luZG93cyBOVA==]]></property></response>

<- breakpoint_set -i 214 -t line -f file:///C:/Programs/xampp/htdocs/suse-phpunit/a.php -n 10 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="214" state="enabled" id="109520001"></response>

<- breakpoint_set -i 215 -t line -f file:///C:/Programs/xampp/htdocs/suse-phpunit/Samples/BankAccount/BankAccountTest.php -n 78 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="215" state="enabled" id="109520002"></response>

<- run -i 216
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="216" status="break" reason="ok"><xdebug:message filename="file:///C:/Programs/xampp/htdocs/suse-phpunit/a.php" lineno="10"></xdebug:message></response>

<- break -i 217
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="break" transaction_id="217"><error code="4"><message><![CDATA[unimplemented command]]></message></error></response>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; status="stopping" reason="ok"></response>

<- breakpoint_remove -i 218 -d 109520001
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_remove" transaction_id="218"><error code="5"><message><![CDATA[command is not available]]></message></error></response>

Log closed at 2010-05-02 08:28:39

TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.3.1

Activities

derick

2010-05-02 10:08

administrator   ~0001472

The 'supports_async' feature is not supported at all.

Issue History

Date Modified Username Field Change
2010-05-02 09:13 ksafonov New Issue
2010-05-02 09:13 ksafonov Operating System => Windows 7
2010-05-02 09:13 ksafonov PHP Version => 5.3.1
2010-05-02 09:13 ksafonov Xdebug Version => 2.1.0rc1
2010-05-02 10:08 derick Note Added: 0001472
2010-05-02 10:08 derick Status new => resolved
2010-05-02 10:08 derick Resolution open => no change required
2010-05-02 10:08 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized