View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001380 | Xdebug | Step Debugging | public | 2016-12-20 09:27 | 2020-03-12 16:43 |
Reporter | staabm | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 2.2.3 | ||||
Target Version | 2.6.0 | Fixed in Version | 2.6.0alpha1 | ||
Summary | 0001380: Add xdebug_is_debugger_active() that returns true when debugger is connected | ||||
Description | while debugging our code-base we sometimes run into problems which dont occur in the real-world because of the debugger halting the program and certain timeouts occur. as discussed on twitter https://twitter.com/markusstaab/status/810892163210944513 use case1) use case 2) in case we would have a userland api we could whitelist those requests too make sure no timeout occurs or no monitoring alert will happen. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.10-7.0.14 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-20 09:27 | staabm | New Issue | |
2017-01-14 14:34 | derick | Status | new => confirmed |
2017-01-14 14:34 | derick | Target Version | => 2.6.0dev |
2017-01-14 17:19 | derick | Summary | userland api to detect debug sessions => Add xdebug_is_debugger_active() that returns true when debugger is connected |
2017-01-14 17:26 | derick | Status | confirmed => closed |
2017-01-14 17:26 | derick | Assigned To | => derick |
2017-01-14 17:26 | derick | Resolution | open => fixed |
2017-01-14 17:26 | derick | Fixed in Version | => 2.6.0dev |
2017-12-02 15:57 | derick | Fixed in Version | 2.6.0dev => 2.6.0alpha1 |
2017-12-02 18:34 | derick | Target Version | 2.6.0dev => 2.6.0alpha1 |
2017-12-02 18:36 | derick | Target Version | 2.6.0alpha1 => 2.6.0 |
2020-03-12 16:43 | derick | Category | Feature/Change request => Step Debugging |