debugger-libs icon indicating copy to clipboard operation
debugger-libs copied to clipboard

Error handling always throws NotImplemented

Open praeclarum opened this issue 8 years ago • 1 comments

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 an else?

praeclarum avatar Mar 29 '17 16:03 praeclarum

I think the error handler should not return, but throw some kind of exception.

vargaz avatar Mar 30 '17 10:03 vargaz