Backtrace view

In the Backtrace view you can view or trace the functions called while running the program.


This figure is a screenshot of the Debugger Backtrace view.

Figure 1. Backtrace view

The first line displayed is the current line. Then the calling function is displayed, and so on, up to the main function. The Backtrace view is display-only. Lines are added in the output while the program is running.

An arrow points to the currently executing function.