Skip to content

Instantly share code, notes, and snippets.

@matheusfaustino
Last active July 3, 2017 10:19
Show Gist options
  • Save matheusfaustino/bdbfb974d2ff2e9bd2946e0b0e46efc4 to your computer and use it in GitHub Desktop.
Save matheusfaustino/bdbfb974d2ff2e9bd2946e0b0e46efc4 to your computer and use it in GitHub Desktop.
GBD shortcuts
r -> run
p -> print
d -> display expression
set -> set a valeu to a var
b -> breakpoint
bt -> backtrace
c -> continue
n -> next, doesn't go inside
s -> step, goes inside
where -> backtrace
help -> surprise!
q -> quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment