[Call Stack] Command (Run Menu)
The Call Stack dialog displays the function call stack for one task.
The Call Stack command is available when a program window is clicked which contains a function that is currently halted.
The most recent function is at the top of the list, and parent functions are listed afterwards in descending order. The last function is the task function.
Each row in the list shows a program, function, and line number.
You can view the code for any of the function calls in the list by selecting a function, then clicking the [Show] button. The program window for the function you selected is then displayed, and then move the cursor to the line of the function call.