I'm using POW and Rdebug, and I have it all seemingly working because when I type :
rdebug -c
It returns :
Connected.
But now what? I have debugger placed in a partial call. I can tell the application hits the breakpoint because it stalls on the AJAX call, but no debug console comes up.
What am I missing?
Getting Ruby-Debug to work with POW requires some configuration.
See the following post by Pratik Naik for details.