View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000949 | Xdebug | Uncategorized | public | 2013-06-11 13:46 | 2013-06-22 13:11 |
| Reporter | SiMoSiMo | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | not fixable | ||
| Platform | Linux | OS | Debian | OS Version | 5.0 |
| Product Version | 2.2.1 | ||||
| Summary | 0000949: Breakpoint on the boolean if statement | ||||
| Description | I've noticed that if I put a breakpoint on a boolean if built in one of the following ways: if (1) if (TRUE) $test = TRUE; $test = 'foo'; xdebug fails to detect it. Is it normal? Am I doing something wrong? | ||||
| Steps To Reproduce | Put breakpoint at one of this if: if (TRUE) $test = TRUE; $test = 'foo'; | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.10 | ||||