microsoft / vscode-mono-debug

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

'All Exceptions' and 'Uncaught Exceptions' options disappear (C# - Mac) #41

Closed kghandi closed 6 years ago

kghandi commented 6 years ago

Using VS Code and vscode-mono-debug on a macOS 10.12 for a C# project. When the project is started, the debug panel briefly lists 'All Exceptions' and 'Uncaught Exceptions' options. But these disappear moments later when the debugger attaches to the xsp process.

screen shot 2017-11-07 at 11 29 41 am screen shot 2017-11-07 at 11 28 39 am

The scripts/configurations which we use for starting the debugger are attached:

Debug scripts.zip

project/launch.js project/startServer.sh project/.vscode/launch.json

weinand commented 6 years ago

This works as designed: mono-debug has no exception filter options, so it removes the filter options it may find on first launch.