View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000217 | Xdebug | Uncategorized | public | 2006-10-30 14:41 | 2006-10-30 14:52 |
| Reporter | bhofmann | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | not fixable | ||
| Summary | 0000217: stepping through code sometimes gives a wrong execution line | ||||
| Description | When stepping trough this kind of code using step over: if ($var){ Xdebug stops at the "if", then the test line: this is ok. However with this code: if ($var) Xdebugs skips the "if" but steps on the opening curly brace, then steps on the test line. And finally with this: if ($var) the "if" line is skipped and Xdebug step directly to the test line. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.1.6 | ||||