Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RubyMine remote debugging issue #218

Open
svenkirsten opened this issue May 27, 2021 · 0 comments
Open

RubyMine remote debugging issue #218

svenkirsten opened this issue May 27, 2021 · 0 comments

Comments

@svenkirsten
Copy link

I'm using RubeMine to develop RAILS code. And I'm using remote debugging between RubyMine and rdebug-ide.

All works very well, but there is a minor point the debugger failes.

In RAILS I'm using in the MODEL :

has_one_attached :paper

When running nativly without the debugger, I can access and ask e.g:

object.paper.attached?

But the same line of code failes when running in debugger.

ActionView::Template::Error (undefined method `paper'.....

So my mind goes into the direction the debugger is the reason. Version Information:

rdebug-ide -v
Using ruby-debug-base 0.2.4.1
gem list | grep ruby-debug     
ruby-debug-ide (0.7.2)

And idea to fix that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant