microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

"Catch exceptions" checkboxes seem to do nothing #7

Closed weinand closed 8 years ago

weinand commented 8 years ago

In C#, all exceptions seem to be caught by default. When checking the "All exceptions" checkbox, caught exceptions are not paused on.

I draw the conclusion that these checkboxes do nothing when debugging C#.

We need a mechanism for interrogating the capabilities of a debug adapter. So for node the adapter would return "All exceptions" and "Uncaught exceptions". For mono it would nothing and the UI would show nothing.