{{toc}}
What is Object Window
- Show the information of object.
- Object Window works only on debugging. You can open it from the popup menus of the variable window or of the code window.
- You can input variable name in the Instance combobox.
Screen
Tab | Explanation |
---|---|
Ancestor | List super classes and Mix-in modules. |
(Included) Module | List included modules. |
Constant | List class constants |
Class Var(iable) | List class variables. |
Inst(ance) Var(iable) | List instance variables |
Method | List class methods (private|protected|public|singleton|instance). |
Inst(ance) Method | Instance methods (private|protected|public|singleton|super). |
Object Window Menu
- Inspect
- inspect the selected object or method.
- Evaluate
- evaluate the selected object or method.
- Font...
- setting the font of Object Window