View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000819 | Xdebug | Uncategorized | public | 2012-04-25 13:05 | 2012-04-27 23:48 |
| Reporter | nnmatveev | Assigned To | |||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0 | ||
| Summary | 0000819: Xdebug 2.2.0RC2 can't stand on a breakpoint more than 30 seconds | ||||
| Description | subj | ||||
| Steps To Reproduce | <?php
| ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 7 | ||||
| PHP Version | 5.3.8 | ||||
|
|
Works as expected with Xdebug 2.1.4 |
|
|
Same problem with Xdebug 2.2.0RC1, but server just crashes |
|
|
The text "Maximum execution time" doesn't appear anywhere in the XDebug code. ie it's unlikley it's an XDebug error. First thing to look for would be max_execution_time in your phpinfo() output. |
|
|
Please look at my first comment - it works as expected in Xdebug 2.1.4 and in any previous version (at least since 2.0.5). It should be possible to stand at a breakpoint as long as user want. |
|
|
Odd, it seems like I (by accident) remove a line of code to fix this while doing some crazy git merging. I'll put it back in :-) |