Skip to content

Instantly share code, notes, and snippets.

@virgild
Created May 18, 2012 13:52
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 virgild/2725379 to your computer and use it in GitHub Desktop.
Save virgild/2725379 to your computer and use it in GitHub Desktop.
# Ruby debugger connection:
# Just '$ touch tmp/debug.txt' and '$ rdebug -c' to connect
if File.exists?(File.join(Merb.root, "tmp", "debug.txt"))
require 'ruby-debug'
Debugger.wait_connection = true
Debugger.start_remote
File.delete(File.join(Merb.root, "tmp", "debug.txt"))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment