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

Bad superclass exception when debuggee loads ruby-debug #1

Open
wr0ngway opened this issue Apr 2, 2010 · 0 comments
Open

Bad superclass exception when debuggee loads ruby-debug #1

wr0ngway opened this issue Apr 2, 2010 · 0 comments

Comments

@wr0ngway
Copy link

wr0ngway commented Apr 2, 2010

If I'm using rdebug-ide to debug a process, like rails, that takes it upon itself to require 'ruby-debug', then things fail because both ruby-debug and ruby-debug-ide end up defining Debugger:RemoteInterface with a different superclass. Not sure how you want to deal with this, maybe different namespacing of classes between the gems?

I hacked a workaround by monkey patching require to not skip loading ruby-debug if being run from rdebug-ide. See here for more details:

http://youtrack.jetbrains.net/issue/RUBY-5782#comment=27-145268

p.s. is this the right place for issues?

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