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 | derick | ||
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. | ||||
Attached Files | |||||
Operating System | Mac | ||||
PHP Version | 5.5.5-5.5.9 | ||||
|
There is no bug here. PHP does not always communicate the correct line and |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-21 15:21 | michelkogan | New Issue | |
2014-07-21 15:21 | michelkogan | File Added: xdebug.php | |
2014-11-11 19:48 | derick | Note Added: 0002894 | |
2014-11-11 19:48 | derick | Status | new => resolved |
2014-11-11 19:48 | derick | Resolution | open => not fixable |
2014-11-11 19:48 | derick | Assigned To | => derick |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |