Skip to main content

debuggertype

Specifies the debugger type.

debuggertype ("value")

Parameters

value is one of:

ValueDescription
MixedEnables simultaneous debugging of native and .NET Framework code.
NativeOnlyRestricts debugging to only native code.
ManagedOnlyRestricts debugging to only managed code.
NativeWithManagedCoreEnables simultaneous debugging of native and .NET Core code.

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha12 or later.

Examples

debuggertype "Mixed"