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 | derick | ||
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-08 06:51 | rishadomar | New Issue | |
2010-09-08 06:51 | rishadomar | Operating System | => Linux Ubuntu 10.04 |
2010-09-08 06:51 | rishadomar | PHP Version | => 5.3.2 |
2010-09-08 06:51 | rishadomar | Xdebug Version | => 2.1.0 |
2010-09-08 06:54 | rishadomar | Note Added: 0001568 | |
2010-09-08 06:55 | rishadomar | Tag Attached: png | |
2010-09-08 06:58 | rishadomar | Tag Detached: png | |
2010-09-08 16:47 | ericp | Note Added: 0001569 | |
2011-08-14 18:02 | derick | Note Added: 0001783 | |
2011-08-14 18:02 | derick | Status | new => closed |
2011-08-14 18:02 | derick | Assigned To | => derick |
2011-08-14 18:02 | derick | Resolution | open => fixed |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |