STACK BACKTRACE
| Command | Result |
|---|---|
bt | Print stack backtrace. |
frame | Show current execution position. |
up | Move up stack trace (towards main). |
down | Move down stack trace (away from main). |
info locals | Print automatic variables in frame. |
info args | Print function parameters. |