View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001905 | Xdebug | Step Debugging | public | 2020-12-01 18:01 | 2020-12-04 11:04 |
Reporter | hgs | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | PC | OS | Windows 10 Pro | OS Version | 20H2 |
Product Version | 3.0.0 | ||||
Target Version | 3.0dev | Fixed in Version | 3.0.1 | ||
Summary | 0001905: Debugger does not disable request timeouts | ||||
Description | I am using Xdebug for many years now and have not seen this. | ||||
Steps To Reproduce | Start debugging some PHP sources. Wait long enough on a breakpoint ... == > BUMM | ||||
Tags | No tags attached. | ||||
Operating System | Windows 10 Pro | ||||
PHP Version | 8.0.0-8.0.4 | ||||
|
Xdebug should indeed call set time limit, or PHP's internal variant and it certainly used to. Its possible that I broke it so will have a look. |
|
I am having the same issue with PHP 7.3, Xdebug 3.0.0, switching to php 7.4 where Xdebug v2.9.6 is setup works without issue. The debugging session just disapears some times. Othertimes the browser (Brave/Chrome) will also show and error "ERR_EMPTY_RESPONSE". The timing is usually about 60 seconds, but some times almost instantly. |
|
To add to my previous note, using |
|
I had updated the code that disables the timeout timers. And introduced a bug. |
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-01 18:01 | hgs | New Issue | |
2020-12-01 19:36 | derick | Assigned To | => derick |
2020-12-01 19:36 | derick | Status | new => acknowledged |
2020-12-01 19:36 | derick | Note Added: 0005562 | |
2020-12-01 19:36 | derick | Target Version | => 3.0dev |
2020-12-02 16:40 | nobodyfamous | Note Added: 0005564 | |
2020-12-02 16:48 | nobodyfamous | Note Added: 0005565 | |
2020-12-04 10:21 | derick | Summary | PHP max_execution_time stops/ends/kills debugging => Request timeout not correctly set |
2020-12-04 10:21 | derick | Note Added: 0005570 | |
2020-12-04 10:22 | derick | Summary | Request timeout not correctly set => Debugger does not disable request timeouts |
2020-12-04 10:23 | derick | Note Added: 0005571 | |
2020-12-04 11:04 | derick | Status | acknowledged => closed |
2020-12-04 11:04 | derick | Resolution | open => fixed |
2020-12-04 11:04 | derick | Fixed in Version | => 3.0.1 |