- Mono-debug now uses the terminal service provided by VS Code. You can now use the launch config attribute
console
for selecting one ofinternalConsole
,integratedTerminal
,externalTerminal
. The 'integratedTerminal' and 'externalTerminal' can be further configured through workspace or user settings. - Added support for configuring handled and unhandled exceptions. Use the "Debug: Configure Exceptions" command.
- Combined 'argument' scope with 'locals' scope in variables view
- Enabled support for Windows by removing dependency on SDB, thanks for the PR from t-h-e - Microsoft/vscode-mono-debug#15
- Removed curly braces from variable values
- Added CSX to debuggable extensions, thanks for the PR from filipw - Microsoft/vscode-mono-debug#22
- Enable support for showing variables values in source while stepping