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.
http://m.onkey.org/using-ruby-debug-with-pow provides a great, easy to follow solution.