C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,487 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The type
attribute specifies the type of debugger to use for the launch configuration. A value of codeclr
specifies the debugger type for .NET 5+ and .NET Core applications (including C# applications).
This question is related to the following Learning Module