Last active
December 12, 2015 02:08
-
-
Save wallace/4696064 to your computer and use it in GitHub Desktop.
Example of saving debugger session using https://github.com/cldwalker/debugger.
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
| (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