View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000574 | Xdebug | Uncategorized | public | 2010-05-02 09:13 | 2010-05-02 10:08 |
Reporter | ksafonov | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.1.0RC1 | ||||
Summary | 0000574: 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 <- feature_get -i 204 -n supports_async <- feature_get -i 205 -n breakpoint_types <- feature_set -i 206 -n show_hidden -v 1 <- stdout -i 207 -c 0 <- stderr -i 208 -c 1 <- feature_get -i 209 -n encoding <- feature_set -i 210 -n max_children -v 100 <- feature_set -i 211 -n max_data -v 100 <- feature_set -i 212 -n max_depth -v 3 <- eval -i 213 -- cGhwX3VuYW1lKCJzIik= <- breakpoint_set -i 214 -t line -f file:///C:/Programs/xampp/htdocs/suse-phpunit/a.php -n 10 -s enabled <- breakpoint_set -i 215 -t line -f file:///C:/Programs/xampp/htdocs/suse-phpunit/Samples/BankAccount/BankAccountTest.php -n 78 -s enabled <- run -i 216 <- break -i 217 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> <- breakpoint_remove -i 218 -d 109520001 Log closed at 2010-05-02 08:28:39 | ||||
Tags | No tags attached. | ||||
Operating System | Windows 7 | ||||
PHP Version | 5.3.1 | ||||
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 |