Skip to content

Instantly share code, notes, and snippets.

@wallace
Created November 16, 2011 12:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wallace/1369987 to your computer and use it in GitHub Desktop.
Save wallace/1369987 to your computer and use it in GitHub Desktop.
set autolist
set autoeval
set autoreload
@wallace
Copy link
Author

wallace commented Nov 16, 2011

  1. autolist shows the context as you step through the debugger.
  2. autoeval lets you type expressions and have them evaluated immediately
    foo == bar as compared to puts foo == bar.
  3. autoreload ensures that the code in the debugger is reloaded on every command so that changes in your source are reflected in the debugger session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment