Skip to main content

dynamicdebugging

Specifies if the binary has dynamic debugging support.

dynamicdebugging ("value")

Parameters

value is one of:

ValueDescriptionNotes
DefaultUses the default dynamic debugging behavior.
OnAllows dynamic debugging of source code.For MSVC, debug symbols must be present. Edit and Continue is not allowed. For a full list of flags that are required, see the Microsoft Docs.
OffDisallows dynamic debugging of source code.

Applies To

Project configurations.

Availability

Premake 5.0.0 or later for Visual Studio 2022 and later or MSC toolsets.

Examples

dynamicdebugging "On"

See Also