MDB Reference: help
help [class]
The MDB help command prints a list of commands.
Parameters
- class
- Show details for a specific class of commands: breakpoints; data; deviceandtool; others; programming; running; stack;
Example
> help
The list of classes of commands:
breakpoints -- Making program stop at certain points
data -- Examining/Changing data
deviceandtool -- Selecting debug tool and device
others -- Others
programming -- Programming device and its relative functions
running -- Running the program
stack -- Examining stack
Type "help" followed by a class name for a list of commands in that class.
Type "help" followed by command name for full documentation.