Getting Help

To access the online help about debugger commands, use the help command.

DBX Mode

 

help_command

: help [ topic ]

 

Enter help to see a list of help topics. Enter help command to see a list of debugger commands. Enter help idb to see a list of function-oriented debugger commands.

GDB Mode

 

help_command

: help [ topic ]

| h [ topic ]

| complete [ args ]

 

Use the help or h command to display a list of command groups. Use the help command with a group name or command name to get more detailed help.

Use the complete args  command to list all the possible completions for the beginning of a command, where args specifies the text to be completed.