{{toc}}
What is Variable Window
Show the information of variables etc on debugging.
Screen
Menu | the command of the debug.rb | Explanation |
---|---|---|
Global | v g | show global variables |
Local | v l | Show local variables. |
InstVar | v i self | Show instance variables of the current object. |
Object | - | Show the name and count of objects in the ObjectSpace. |
Thread | th l | List all threads.+ is the current thread. |
Frame | w | Display frames |
Caller | - | Show caller list. |
Variable Window Menu
- Add Display
- Add the selected variable.
- Edit Variable
- Edit the selected variable.
- Display
- disp Display expression list
- UnDisplay
- Delete one particular display expressions.
- Thread Switch
- Double click Switch thread context to the selected.
- Thread Stop
- Stop thread selected.
- Thread Resume
- Resume thread selected.
- Set Frame
- Switch frame to the selected.
- Object Inspector
- Show the selected variable in Object Window.
- Stay On Top
- Stay on top when undocking.