Rails console in debugging mode

How can I run rails console in debug mode and benefit from breakpoint set in RubyMine?

0
1 comment

Hello Tomasz,

Such feature isn't implemented yet, please vote for it - http://youtrack.jetbrains.net/issue/RUBY-4982

You may launch Rails application in debug mode and then evaluate smth. using evaluate expression feature. Obviously it isn't the same as you want but probably will be useful.

0

Please sign in to leave a comment.