Runtime Call Stack (Magic xpa 4.x)
The Runtime Call Stack repository displays the state of the programs that are in the current runtime task tree and the handler that called the new program.
You access this repository by selecting Call Stack from the View menu. The Call Stack option is available when the execution breaks (either by setting a breakpoint or by selecting Debug > Break Now during execution).
The tasks are displayed in the order in which they were executed. The Main Program of the host application will be the first in the list and the current task will be the last in the list.
The Runtime Call Stack repository includes the following columns:
|
|
Indicator column
|
An indicator showing the current line.
|
Module
|
The component name (if the executed program is part of a component).
|
Task
|
The name of the task that is executed.
|
Handler
|
The handler (logic unit) name within the task.
|
Line
|
The line number of the operation that is currently executed.
|
If you double-click on any of these lines, you will go to the Magic xpa task listed there.
The following tool button is available:
-
Display task only – Click this button to display only the name of the program and last task or full path.
If in the display, there is only one program or a single subtask, it will have no effect.
If there is more than one level, then the location will be displayed in the following manner:
<Program name>…<nth task name>
The following context menu option is available:
Note: Component details are only available for programs that are Public.
A task may appear more than once in the runtime call stack. This may happen when program A calls program B and program B in turn raises an event which is handled in a parent task, that is Program A.