Search code examples
ruby-on-railsdebuggingrdebug

Starting up rdebug connects, but then what am I to do?


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?


Solution

  • Getting Ruby-Debug to work with POW requires some configuration.

    See the following post by Pratik Naik for details.