Events Window

The top-level Events Window (which is displayed by double-clicking on an event in the Events Panel in the top-level Main Window) displays the following debugging events:

The Events Window displays a list (in the left-hand side) of event numbers. The list items are sorted in ascending order according to the event number. A tool tip on each list item, displays more information about the event. Selecting a list item, displays the event details in the top right-hand side panel.

A popup menu is displayed by right-clicking on the list:

stack

The bottom right-hand side Stack table displays the stack backtrace for the hit debugging event, if applicable. Each row in the table represents a stack frame. The top row is the outermost frame [where the event was hit]. The bottom row is the innermost frame [towards main() or run()]. The User can select a row in the table to display in the Source Panel the source code line corresponding to a particular frame.

table

Each stack frame has the following attributes (which are the columns of the table). [Shift] Click on a column header to sort the table in [descending] ascending order according to that column.

context menu

A popup Context Menu is displayed by right-clicking on the table: Note that clicking on the above buttons or clicking on a row in the above stack table does not change the current context of the debugger. To change the current context of the debugger with respect to the stack, use the Stack Panel in the Main Window.

Closing the Events Window will remove all events from display in the Events Window. Minimize the Events Window instead, if you want to keep displaying the events.

The title bar displays the current project name.

©2001-2010. debugtools.com LLC. All rights reserved.