Skip to main content

assemblydebug

Specifies if assembly debug features should be turned on.

assemblydebug ("value")

Parameters

value is one of:

ValueDescription
OnAssembly debug features are turned on
OffAssembly debug features are turned off

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha16 or later for Visual Studio projects.

Examples

assemblydebug ("On")