Call stack
The Call stack window shows information about the script that is currently executed:
- Which function is currently executed
- On which line the script is currently executed
- In which panel does the script run
- The object for which the code was set (in case of a panel script)
- In which module does the script run
In the following, a breakpoint was set for the function dpSet on the line 12 in the "clicked" event as well as on the line 15 of the button2 in the "trend" panel. The panel was opened via the QuickTest. This information is shown the call stack, i.e. the function that is currently executed, the module in which the panel was opened, the object for which the script was specified as well as the line where the script is currently executed.