The Call Stack window displays a list of active procedure calls.
To display this window, choose Call Stack from the View menu.
When a procedure is called, the debugger adds its name to the list of in the Call Stack window. When a procedure finishes and returns control to the calling procedure, the debugger removes its name from the list in the Call Stack window.
Double-click a procedure in the list to see the place in code where it was called from.
The Call Stack window is a floating window that isn't affected when other windows are repositioned using the Cascade, Tile Horizontally, or Tile Vertically command on the Window menu.
See Also