Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 1.02 KB

0.15.4

  • Mono-debug now uses the terminal service provided by VS Code. You can now use the launch config attribute console for selecting one of internalConsole, 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.

0.15.3

  • 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

0.14.0

0.13.0

  • Enable support for showing variables values in source while stepping