rubyrack-powrdebug

How can I use rdebug with pow rack server


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.


Solution

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