Skip to content

v1.4.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@chuckries chuckries released this 24 Aug 18:07

This release contains a new version of the debugger with additional features and bug fixes.

  • Launch a project with "No Debug" (Ctrl + F5).
  • User option to suppress warning that .NET CLI is not installed (csharp.suppressDotentInstallWarning: true).
  • Embedded PDB support: debugging binaries built with /debug:embedded.
  • Default launch.json template now sets the option to show console by default (internalConsoleOptions: openOnSessionStart).