| |||
| Home > CMM-style commands supported by the debugger > CMM-style commands listed in alphabetical order > var.frame | |||
This command displays the stack frame.
[%var.frameprinting_format] [/flag]...
Where:
printing_formatSpecifies either [ | ascii | binary | decimal].
If none specified then the default is decimal format.hex
flagSpecifies additional flags:
novarDisables the display of variables.
nocallerDisables the display of function callers. This is the default.
argsDisplays arguments. This is the default.
localsDisplays local variables.
callerDisplays function callers.
jsonSpecifies an output option to display messages in JSON format.