Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created October 1, 2011 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guilleiguaran/1256413 to your computer and use it in GitHub Desktop.
Save guilleiguaran/1256413 to your computer and use it in GitHub Desktop.
Setting ruby-debug for Pow
Debugger.settings[:autoeval] = true
Debugger.settings[:autolist] = 1
Debugger.settings[:reload_source_on_change] = true
Debugger.start_remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment