Debugger gets confused with breakpoints and breaks on non-existing ones
Hi,
I have a Rails project and I am trying to run the debugger. But the debugger stops on lines that are not part of my code and they certainly do not have breakpoints. It does not stop on the breakpoint that I have set.
I am using the following gems with regards to debugging:
ruby-debug-base19 (0.11.26)
ruby-debug-base19x (0.11.30.pre9)
ruby-debug-ide (0.4.17.beta8)
ruby-debug19 (0.11.6)
The RubyMine that I am using has the version:
4, Build #RM-113.2
Ruby is:
1.9.3-p0.
Can anybody help? RubyMine is useless to me without the debugger working decently.
Thanks in advance
Panayotis
Message was edited by: Panayotis Matsinopoulos
(only some typos corrected)
请先登录再写评论。
Do you have ruby-debug19 gem in your Gemfile?
I do not have any of the gems listed in my message above declared in my Gemfile. Shall I declare any of them?
No, but similar problems can be caused by cli gem in the Gemfile. Is your project or some part of it under symlink?
If you mean file symbolic links, no. Otherwise, please explain.
Yes, I meant symbolic links. Looks like I was able to reproduce the problem, I'm working on the fix right now.
You may run gem install ruby-debug-base19x --pre. This problem should be fixed
Hi,
I tested and it works perfectly!
Thank you VERY VERY VERY VERY MUCH! JetBrains just won one more license. You definetely deserve me paying for this product and support.
Panayotis
Develop with pleasure! :)