We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On this line: https://github.com/mono/debugger-libs/blob/master/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs#L1547
The code always throws NotImplementedException even if there is an error handler.
NotImplementedException
Should the throw be in an else?
throw
else
The text was updated successfully, but these errors were encountered:
I think the error handler should not return, but throw some kind of exception.
Sorry, something went wrong.
No branches or pull requests
On this line: https://github.com/mono/debugger-libs/blob/master/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs#L1547
The code always throws
NotImplementedException
even if there is an error handler.Should the
throw
be in anelse
?The text was updated successfully, but these errors were encountered: