Learn more about Toad for SQL Server
at Dell Software

Find solutions and downloads at the
Toad for SQL Server Support Portal

Toad for SQL Server 6.6

You are here: Edit SQL > Debug SQL > Navigate Call Stacks

Navigate Call Stacks

The Call Stack is a software stack of procedures, functions, or routines used by the currently running program. This window displays the chain of functions and procedures as they are called, in the order they are called, with the most recent function or procedure listed at the top of the window. During a debugging session, at least one procedure (the current procedure) displays in the stack. You can use the Call Stack to navigate through the calls, including selecting the line that invoked the subroutine in the calling procedure. You can also use the Call Stack to set the context-level for viewing watches in both the Watches and Local Watches tool windows. 

To navigate the call stack

  1. Select Debug | Windows | Call Stack.

    Name

    Displays the name of the code.

    Line

    Displays the current line number in the code.

  2. Double-click an item to change the context-level and navigate to that code and line in the Editor window. You can switch between the Call Stack and Editor windows or scroll through the text as needed to display the exact line referenced in the call.

    or

    Right-click an item and select View Source.

Tips:

 

Related Topics

About Debugging SQL

of