View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001388 | Xdebug | Step Debugging | public | 2017-01-11 17:42 | 2020-03-12 16:43 |
Reporter | LanaZem | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 2.8.0dev | Fixed in Version | 2.8.0alpha1 | ||
Summary | 0001388: Support 'resolved' flag for breakpoints | ||||
Description | https://github.com/derickr/dbgp/pull/8/files It would be very useful to support new 'resolve' flag for 'breakpoint_*' responses. At the moment IDE can't distinguish resolved breakpoints and not resolved. Therefore user might be surprised when execution doesn't halt on a breakpoint without any warning. | ||||
Steps To Reproduce | 1) Create a file with the following code $a = array( // line #1 2) Set breakpoint on line #1 and line 0000002 Expected: Actual: | ||||
Additional Information | Corresponding PhpStorm issues: | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.1.0-7.1.4 | ||||
|
Hello, Derick! |
|
I've just merged this into the master branch, which will become part of 2.8.0. I will release 2.7.2 soon (this week, today?!), and then probably next week a 2.8alpha1 release so that people can try this out. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-11 17:42 | LanaZem | New Issue | |
2017-01-14 11:27 | derick | Assigned To | => derick |
2017-01-14 11:27 | derick | Status | new => confirmed |
2017-01-14 11:27 | derick | Target Version | => 2.6.0dev |
2017-11-18 14:14 | derick | Target Version | 2.6.0dev => 2.7.0dev |
2019-01-22 21:25 | derick | Target Version | 2.7.0dev => |
2019-03-19 15:18 | derick | Target Version | => 2.8.0dev |
2019-04-05 16:14 | derick | Status | confirmed => assigned |
2019-04-14 17:15 | derick | Relationship added | has duplicate 0001389 |
2019-05-01 12:30 | Amegatron | Note Added: 0005010 | |
2019-05-06 12:49 | derick | Status | assigned => closed |
2019-05-06 12:49 | derick | Resolution | open => fixed |
2019-05-06 12:49 | derick | Fixed in Version | => 2.8.0dev |
2019-05-06 12:49 | derick | Note Added: 0005020 | |
2019-06-28 13:38 | derick | Fixed in Version | 2.8.0dev => 2.8.0alpha1 |
2020-03-12 16:43 | derick | Category | Feature/Change request => Step Debugging |