View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000441 | Xdebug | Uncategorized | public | 2009-05-17 21:08 | 2009-11-22 20:10 |
| Reporter | devonbleak | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | not fixable | ||
| Product Version | 2.0.0dev | ||||
| Summary | 0000441: breakpoint on switch($var) ignored | ||||
| Description | When trying to set a breakpoint on switch($var), the breakpoint is ignored. PHP version 5.2.9, Xdebug version 2.0.4 Log opened at 2009-05-17 20:04:11 <- feature_set -i 533 -n show_hidden -v 1 <- feature_get -i 534 -n max_data <- breakpoint_set -i 535 -t line -s enabled -f file:///content/test/test.php -n 5 <- run -i 536 Log closed at 2009-05-17 20:04:12 devon@linux-dev:~$ cat /content/test/test.php $test = 'test'; switch($test) | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.8 | ||||
|
|
breakpoint does work in the following cases (assume all variables are defined correctly): array offset: object member: function return: constant: |
|
|
Not much I can do about it. PHP simply doesn't see any code on that line 5: filename: /home/httpd/html/test/xdebug/bug441.php
|