MDB Reference: backtrace
backtrace[full] [(n, -n)]
TheMDBbacktrace 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 innermostn frames
- -n
- Prints the outermostn frames
Example
> backtrace full#0 main () at C:/Projects/MyProject.X/BlinkLED.c:63 = i = 0x0000F674 j = 0x000182B8 SYSTEMConfig =
