View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000287 | Xdebug | Step Debugging | public | 2007-06-25 12:37 | 2020-03-12 17:19 |
Reporter | james | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | duplicate | ||
Summary | 0000287: debugging static class variables | ||||
Description | Reported feature request as requested | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.1.6 | ||||
|
This feature is requested for Komodo IDE as well, here is a test script that can be used to repro the problem: <?php class testclass {
} echo testclass::show_name(); ?> To repro, but a breakpoint at line 9. The value of self::$name is not visible. |
|
Duplicate of 0000623, which is now fixed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-06-25 12:37 | james | New Issue | |
2007-09-05 16:54 | jeffg | Note Added: 0000722 | |
2012-01-25 09:39 | derick | Note Added: 0001896 | |
2012-01-25 09:39 | derick | Relationship added | duplicate of 0000623 |
2012-01-25 09:39 | derick | Status | new => resolved |
2012-01-25 09:39 | derick | Resolution | open => duplicate |
2012-01-25 09:39 | derick | Assigned To | => derick |
2020-03-12 16:55 | derick | Severity | major => feature |
2020-03-12 17:19 | derick | Category | Feature/Change request => Step Debugging |