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)

0

Do you have ruby-debug19 gem in your Gemfile?

0
Avatar
Permanently deleted user

I do not have any of the gems listed in my message above declared in my Gemfile. Shall I declare any of them?

0

No, but similar problems can be caused by cli gem in the Gemfile. Is your project or some part of it under symlink?

0
Avatar
Permanently deleted user

If you mean file symbolic links, no. Otherwise, please explain.

0

Yes, I meant symbolic links. Looks like I was able to reproduce the problem, I'm working on the fix right now.

0

You may run gem install ruby-debug-base19x --pre. This problem should be fixed

0
Avatar
Permanently deleted user

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

0

Develop with pleasure! :)

0

请先登录再写评论。