View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001068 | Xdebug | public | 2014-07-21 15:21 | 2014-11-11 19:48 | |
| Reporter | michelkogan | Assigned To | |||
| Priority | urgent | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | not fixable | ||
| Platform | Every Platforms | OS | Every OS | OS Version | Every Versions |
| Product Version | 2.2.5 | ||||
| Summary | 0001068: XDebug will crash without brackets | ||||
| Description | In the code I've just uploaded, line 14 and 15 whenever I remove the surrounding bracket in if condition, xdebug is jumps out over the line. Even if you add a break-point in the function itself, its not able to break there too. Problem will gone whenver you add the surronding brackets. It won't break on foo_bar: if ($x == 1) It breaks on foo_bar: if ($x == 1) { | ||||
| Steps To Reproduce | 1- add a breakpoint on line 15 | ||||
| Additional Information | Tested using PHPStorm. | ||||
| Tags | No tags attached. | ||||
| Operating System | Mac | ||||
| PHP Version | 5.5.5-5.5.9 | ||||