Calls Command (Debug Menu)

See AlsoNFHMWU

Description

Displays a dialog with the list of currently active procedure calls.  Available only during break mode9NQX0JY.

When Visual Basic is executing the code in a procedure, that procedure is added to a list of active procedure calls.  If that procedure then calls another procedure, there are then two procedures on the list of active procedure calls.  Each time a procedure calls another SubQDBVHN or FunctionK6LBMC, it is added to the list.  Each procedure is removed from the list as execution is returned to the calling procedure.  Procedures called from the Debug window are also added to the calls list.

Toolbar shortcut:   Keyboard shortcut: Ctrl+L.


See Also

Programmer's Guide:

Chapter 9, "Debugging"