RubyMine 4.5.4 debugger don't stop on breakpoint
Hi there,
I'm using your awesome product for several projects but for one of them I can't debug because debugger won't stop on break point.
Here is environment for this project:
ruby-1.8.7-p334
rails 2.0.1 (yeah, old one)
ruby-debug 0.10.4
ruby-debug-base 0.10.5.rc1
ruby-debug-ide 0.4.17.beta14
I tried with commenting ruby-debug but no success.
Thanks,
Sinisa.
请先登录再写评论。
ruby-debug-ide which RM uses conflicts with ruby-debug :(
Please removed the latter from your Gemfile.
Regards, Oleg.
ruby-debug-base 0.10.5.rc1
ruby-debug-ide 0.4.17.beta14
are not in my Gemfile, they are automaticaly inatalled when I run debugger.
I tried to uninstall ruby-debug-ide 0.4.17.beta14 but when I try than to run debugger I got error that gem is missing.
Thanks,
Sinisa.
I'm sorry my message wasn't clear enough :(
I meant you should remove ruby-debug, not ruby-debug-ide.
Regards, Oleg.
Everything is workign when I removed ruby-debug.
Thanks,
Sinisa.