ReferenceProject SettingseditandcontinueOn this pageeditandcontinueSpecifies if the binary has edit-and-continue debugging support. editandcontinue ("value") Parameters value is one of: ValueDescriptionDefaultUses 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 continueeditandcontinue "Off" See Also debugformat