View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000895 | Xdebug | Uncategorized | public | 2012-10-18 17:18 | 2012-10-18 21:53 |
Reporter | expert | Assigned To | derick | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Platform | Linux | OS | CentOS | OS Version | 6.3 |
Product Version | 2.2.1 | ||||
Summary | 0000895: xdebug never stops on single-line statements | ||||
Description | Xdebug never stops on break-points on single-line statements. But it works if you surround single-line statement with curly braces. | ||||
Steps To Reproduce | Consider following php code <?php If I set break-point on second echo debugger will never stop there. But if I surround it with curly braces (like in case of first echo) it will. It's quite unfortunate behavior which complicates debugging. | ||||
Additional Information | This behavior tested in following IDEs: 1) Intellij IDEA 11 Output of my phpinfo is here http://fiddle.jshell.net/BJZwQ/show/ Same question asked on SO is here: http://stackoverflow.com/questions/12940286/xdebug-never-stops-on-single-line-statements | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.10 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-18 17:18 | expert | New Issue | |
2012-10-18 21:53 | derick | Note Added: 0002364 | |
2012-10-18 21:53 | derick | Relationship added | duplicate of 0000842 |
2012-10-18 21:53 | derick | Status | new => resolved |
2012-10-18 21:53 | derick | Resolution | open => duplicate |
2012-10-18 21:53 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |