Exercise 5.6: Listing call stack entries

Before you begin, you must complete Exercise 5.5: Stepping into a program.

The Debug view in the upper left pane, lists all call stack entries. It contains a tree view for each thread. The thread can be expanded to show every program, module, and procedure that is on the stack at the current execution point. If you double-click on a stack entry you will display the corresponding source if it is available. Otherwise the message No Debug data available appears in the Source view.

In the Debug view, expand the stack entry of Thread1 if it is not expanded already.
Call Stack in Debug view

The stack entry allows you to work with and switch between different programs and/or ILE modules.

You have viewed the call stack entries of your program and now you are ready to begin Exercise 5.7: Setting breakpoints in PAYROLLD.