dynamicdebugging
Specifies if the binary has dynamic debugging support.
dynamicdebugging ("value")
Parameters
value is one of:
| Value | Description | Notes |
|---|---|---|
| Default | Uses the default dynamic debugging behavior. | |
| On | Allows 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. |
| Off | Disallows 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"