Created
December 4, 2015 23:26
-
-
Save nicolas17/2fa574cd4af00d18b9c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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