Rails console in debugging mode Permanently deleted user 创建于 2009年12月11日 11:13 How can I run rails console in debug mode and benefit from breakpoint set in RubyMine?
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.