Skip to content

Instantly share code, notes, and snippets.

@nicolas17
Created December 4, 2015 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolas17/2fa574cd4af00d18b9c7 to your computer and use it in GitHub Desktop.
Save nicolas17/2fa574cd4af00d18b9c7 to your computer and use it in GitHub Desktop.
bashdb<20> help info
List of info subcommands:
info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
info breakpoints -- Status of user-settable breakpoints
info display -- Show all display expressions
info files -- Source files in the program
info functions -- All function names
info line -- list current line number and and file name
info program -- Execution status of the program.
info signals -- What debugger does when program gets various signals
info source -- Information about the current source file
info stack -- Backtrace of the stack
info terminal -- Print terminal device
info variables -- All global and static variable names
info warranty -- Various kinds of warranty you do not have
Aliases for info: i
bashdb<21> info variables
** Unknown info subcommand: variables
** Info subcommands are:
** args breakpoints display files functions handle line program signals source stack warranty watchpoints
bashdb<22> help info variables
info variables -- All global and static variable names
Aliases for info: i
bashdb<23>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment