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 | |||
| 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. |