MDB Reference: backtrace
backtrace [full] [(n, -n)]
The MDB backtrace command prints a backrace of the entire stack: one line per frame for all frames in the stack
Parameters
- full
- Prints the values of local variables
- n
- Prints the innermost n frames
- -n
- Prints the outermost n frames
Example
> backtrace full
#0 main () at C:/Projects/MyProject.X/BlinkLED.c:63
=
i = 0x0000F674
j = 0x000182B8
SYSTEMConfig =