Reputation: 267320
is the only way to debug a rails app is to use the 'debugger' keyword and then start the server with the debugger switch?
are there any IDE's that make this more traditional where you can trace line by line?
Upvotes: 0
Views: 137
Reputation: 6126
I think NetBeans is able to do this. Probably also the more ruby centric editors and ides.
Upvotes: 1