Skip to content

Instantly share code, notes, and snippets.

@wallace
Last active December 12, 2015 02:08
Show Gist options
  • Select an option

  • Save wallace/4696064 to your computer and use it in GitHub Desktop.

Select an option

Save wallace/4696064 to your computer and use it in GitHub Desktop.
Example of saving debugger session using https://github.com/cldwalker/debugger.
(rdb:1) help save
save [FILE]
Saves current debugger state to FILE as a script file.
This includes breakpoints, catchpoints, display expressions and some settings.
If no filename is given, we will fabricate one.
Use the 'source' command in another debug session to restore them.
(rdb:1) help source
source FILE executes a file containing debugger commands
(rdb:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment