v1.4.0-beta7
Pre-release
Pre-release
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
).