Skip to content

Instantly share code, notes, and snippets.

@lporras
Forked from guilleiguaran/debugger.rb
Created October 1, 2011 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lporras/1256554 to your computer and use it in GitHub Desktop.
Save lporras/1256554 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