View the Call Stack

For 16- and 32-bit devices, a software Call Stack window is available to view CALLs and GOTOs in executing C code. This window is not applicable for assembly code (it is recommended that code optimization be turned off when using the call stack).

The Call Stack window displays functions and their arguments listed in the order in which they were called in the executing program.

To view the call stack:

  1. 1.Debug and then Pause your program.
  2. 2.Select Window>Debugging>Call Stack. A Call Stack window will open. See also Call Stack Window.

For more on the call stack, see the NetBeans video:

https://www.youtube.com/watch?v=iS8OOUPmTUc