Allow input in console when running tests

I have a Rails application which I am running in Intellij IDEA with the ruby plugin. I have the gem 'pry-debugger' which allows input to control the debugger. Is there a way that the debugger console in IDEA allows keyboard input?

Screenshots:

Screen Shot 2013-02-28 at 10.08.29 AM.png
Screen Shot 2013-02-28 at 10.09.48 AM.png

btw.. this is open source code: https://github.com/instructure/canvas-lms

Thanks for any help you can provide!

Eric

0

Hi Eric,

we do not provide such finctionality, but you can use our debugger to debug ruby tests.

Regards, Oleg.

P.S. btw there is a separate forum for ruby plugin (http://devnet.jetbrains.com/community/ruby?view=discussions) I'd suggest to ask ruby-related questions there
to get fater response.

0

请先登录再写评论。