Trace Visual Basic procedure calls while debugging Visual Basic code

Trace Visual Basic procedure calls while debugging Visual Basic code

When you suspend execution of Visual Basic code while debugging the code, you can use the Calls dialog box to view a list of procedures that have been started but not completed.

  1. Suspend execution of your Visual Basic code.

    How?

  2. Click Call Stack on the Debug toolbar.

Microsoft Access displays the most recently called procedure at the top of the list, followed by the next most recent procedure call, and so on. To display the statement that calls the next procedure in the list, click Show.