Go back to the main page

Pow not working with Ruby debug

 

Nothing happening when you do the rdebug -c? You need to force pow into one process by creating/editing the .powconfig as such:

export POW_WORKERS=1 

See http://stackoverflow.com/questions/8996498/ruby-debug-with-pow-breakpoints-never-hit.

  • Pushed on 05/11/2013 by Christian