View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000614 | Xdebug | public | 2010-09-08 06:51 | 2011-08-14 18:02 | |
| Reporter | rishadomar | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000614: local variables loses class members (used Komodo IDE as client) | ||||
| Description | When debugging in Komodo IDE 5, using xdebug (xdebug-2.1.0RC1), the Locals tab shows my the local variables fine. But expanding a class (an I think especially an extended class) then it shows CLASSNAME as a member variable overwriting another member. Also, CLASSNAME appears more than once. Actually, I appreciate the CLASSNAME - very useful, but I also want the other members. $ php -v | ||||
| Additional Information | A small php file that reproduces bug <?php class Base
} class Extension extends Base
}
?> You can use this php file to replicate. Debug and list the variables $b $ php -v | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux Ubuntu 10.04 | ||||
| PHP Version | 5.3.2 | ||||
|
|
This is what the development team at Komodo had to say: "Chances are low that Komodo is doing anything incorrect here -- Komodo |
|
|
Komodo bug ref: http://bugs.activestate.com/show_bug.cgi?id=87785 |
|
|
Fixed for 2.1.2 and 2.2. |