Home Tutorial Win32 API Reference Projects

Stony Brook Modula-2Stony Brook Modula-2 archive

Call Trace Window Basics

The call trace window shows you the chain of procedure calls to the current codelocation for the thread currently displayed in the source window. The order of thelist is from the current code location first down to the oldest traceable procedurecall in the thread. To display a specific call trace location you can double clickthe item in the trace window, or select the item and press the Enter key or accessthe context menu. The current execution location is not being changed, only the displayedlocation in the source window is changing.

You can also view the local variables for any procedure in the call chain. Usethe call trace window context menu to access this feature.

A Post mortem call trace can be displayed if the file exists on disk. This fileis created by the Call trace feature of the runtime system to save a call trace onunhandled exceptions. See Post mortem call trace.

Call trace contextmenu

Click in the sample window for more information.

Keyboard Shortcuts

Key Function
Enter Show the call trace code location in the source window
Esc Close the call trace window

Common Keyboard Shortcuts


© Norman Black, Stony Brook Software. Reproduced with permission.