View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001016 | Xdebug | Step Debugging | public | 2013-12-17 11:48 | 2020-11-12 16:16 |
| Reporter | whitefire | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | won't fix | ||
| Target Version | 3.0dev | ||||
| Summary | 0001016: Support for pause-execution | ||||
| Description | I would like to be able to pause-execution while the script is running. Practical when debugging long-running scripts or infinite loops. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.15-5.3.19 | ||||
|
|
Do you mean the implementation of DBGP's break (http://www.xdebug.org/docs-dbgp.php#break) ? This would also require async support, and right now, no IDEs implement that either I think. |
|
|
Break definitely looks like what I'm looking for. Could you elaborate a bit about "async support"? I plan to add a feature request, but I need to know what I'm asking for. Edit: nvm. I found it in the documentation! Can't thank you enough for xDebug btw, it is my number 1. productivity-tool. |
|
|
I have requested that Jetbrains implement this feature. Issue: http://youtrack.jetbrains.com/issue/WEB-10324 |
|
|
Xdebug does not implement async yet either though, so that has to be done first (as part of this FR). |
|
|
I added a link to this issue in youtrack. I suspect that not too many people have thought of, or felt the need for such a feature, but I guess time will tell. |
|
|
Still true, but I am not putting this on the list for 2.6.0-dev. |
|
|
Why do we mark https://github.com/xdebug/xdebug/blob/2.7.2/xdebug_handler_dbgp.c#L1220-L1223
|
|
|
This is explained in the DBGp documentation: https://xdebug.org/docs-dbgp.php#feature-get |
|
|
This got merged many months ago, through work by Robert Lu. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-12-17 11:48 | whitefire | New Issue | |
| 2013-12-17 12:02 | derick | Note Added: 0002648 | |
| 2013-12-17 12:02 | derick | Assigned To | => derick |
| 2013-12-17 12:02 | derick | Status | new => feedback |
| 2013-12-17 12:06 | whitefire | Note Added: 0002649 | |
| 2013-12-17 12:06 | whitefire | Status | feedback => assigned |
| 2013-12-17 13:06 | whitefire | Note Edited: 0002649 | |
| 2013-12-17 13:31 | whitefire | Note Added: 0002650 | |
| 2013-12-17 14:25 | derick | Note Added: 0002651 | |
| 2013-12-17 14:33 | whitefire | Note Added: 0002652 | |
| 2013-12-17 14:33 | whitefire | Note Edited: 0002652 | |
| 2016-12-11 23:34 | derick | Note Added: 0004008 | |
| 2016-12-11 23:34 | derick | Status | assigned => acknowledged |
| 2019-05-31 07:25 | Robert Lu | Note Added: 0005034 | |
| 2019-06-03 08:46 | derick | Note Added: 0005035 | |
| 2019-06-28 11:19 | derick | Target Version | => 3.0dev |
| 2020-03-12 16:43 | derick | Category | Feature/Change request => Step Debugging |
| 2020-06-05 15:21 | derick | Status | acknowledged => closed |
| 2020-06-05 15:21 | derick | Resolution | open => fixed |
| 2020-06-05 15:21 | derick | Fixed in Version | => 3.0dev |
| 2020-06-05 15:21 | derick | Note Added: 0005422 | |
| 2020-10-14 15:02 | derick | Fixed in Version | 3.0dev => 3.0.0beta1 |
| 2020-11-12 16:16 | derick | Status | closed => resolved |
| 2020-11-12 16:16 | derick | Resolution | fixed => won't fix |
| 2020-11-12 16:16 | derick | Fixed in Version | 3.0.0beta1 => |