Threads/Components
Popup Menu
Popup menus are available for both the Threads
pane and the Components pane of the Session Control
window.
In the Threads pane, when you highlight the main entry for a
thread and click mouse button 2, the popup menu displays a subset
of the following choices:
- Execution point -- opens or raises a Source window showing the next
line to be executed in the thread
- Enable -- changes a disabled
thread's state to enabled, so that it can run (shown only
for disabled threads)
- Disable -- changes an enabled
thread's state to disabled, to prevent it from running
(shown only for enabled threads)
- Registers -- opens or raises a Registers monitor for that
thread
- Call Stack -- opens or raises a Call
Stack window for that thread
- Local variables -- opens or raises a Local Variables window for that
thread
In the Components pane, if you click mouse
button 2 over a function, the popup menu contains the following
choices:
- View -- open or raise a Source
window for the file or function
- Set function breakpoint -- set a breakpoint at the start
of this function, for the
current thread only
- Set breakpoint every -- set a breakpoint at the start of
the function, for all threads
If you click mouse button 2 over an object file, the popup
menu contains only the View choice.