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:
btw.. this is open source code: https://github.com/instructure/canvas-lms
Thanks for any help you can provide!
Eric
Please sign in to leave a comment.
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.