Blankman
Blankman

Reputation: 267320

debugging rails apps, is the debugger keyword the only way? any IDE help?

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

Answers (2)

BenB
BenB

Reputation: 10630

Try radrails: http://www.aptana.com/products/radrails

Upvotes: 1

harald
harald

Reputation: 6126

I think NetBeans is able to do this. Probably also the more ruby centric editors and ides.

Upvotes: 1

Related Questions