Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Tool for figuring out CDT code

In order to figure out the CDT code I made a tool to call the getters
and hang display in a tree. When you expand a node more getters are
called.  The eclipse debugger only lets you see fields. I figure you
all might also be able to use it. I attached a screenshot of it on a
CDT object.

http://code.google.com/p/pojoexplorer/

-J

Attachment: pojoexplorer-cdt.png
Description: PNG image


Back to the top