views:

143

answers:

0

In Apatana Rad Rails, I want to run the rails console in debug mode. When I launch the debugger as shown below, debugger doesn't honor the break points.

debug script/console

I am able to run the rake tasks in debug mode by giving a similar command, i.e.

debug rake db:migrate 

Any pointers will be highly appreciated.