Skip to main content

editandcontinue

Specifies if the binary has edit-and-continue debugging support.

editandcontinue ("value")

Parameters

value is one of:

ValueDescription
DefaultUses the default edit-and-continue behavior.
OnAllows edit-and-continue behavior of source code while debugging.
OffDisallows edit-and-continue behavior of source code while debugging.

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha1 or later.

Examples

-- Turn off edit and continue
editandcontinue "Off"

See Also