0

I'm developing Rails apps using pow as the local server. I want to be able to connect to the debugger when dropping a debugger line in my ruby code, just as you would to webrick server.

Bernhard Barker
  • 54,589
  • 14
  • 104
  • 138
danott
  • 923
  • 1
  • 8
  • 14
  • Some rephrasing on searching the google machine found an answer. Great writeup on how to use rdebug with pow at http://m.onkey.org/using-ruby-debug-with-pow – danott Feb 07 '12 at 19:21

1 Answers1

0

http://m.onkey.org/using-ruby-debug-with-pow provides a great, easy to follow solution.

danott
  • 923
  • 1
  • 8
  • 14