-
Notifications
You must be signed in to change notification settings - Fork 83
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
Debugger failed to parse: [xmldom error] #196
Comments
getting same error |
+1 |
I'm having this issue as well. |
+1 |
Does Rubymine also use this package to drive the Ruby debugger? I seem to only get this error in VSCode and not Rubymine and I wonder if there is something significantly different in their integrations. |
@yock it does in some cases. Always for ruby 3.0 and for other versions if use experimental debugger checkbox is checked. |
FWIW, I also get this error using Ruby 2.4.7 when hitting a breakpoint and trying to dump values into the debug console from the command line. For example, I can dump |
I can confirm the problem still persists. |
Issue still exists on my end, ruby 2.6.3 |
+1, any solutions now? 🤯 |
There are times when I click within VS Code to set a debug point, and I immediately get:
In the debug console.
Other times I click the set the breakpoint and there is no error. Whenever I get this xmldom error, the debugger does not break on the breakpoint.
The text was updated successfully, but these errors were encountered: