Skip to content

debugcommand

Jason Perkins edited this page May 7, 2015 · 3 revisions

The debugcommand function specifies the command to launch a project's target when debugging.

debugcommand ("command")

In Visual Studio, this file can be overridden by a per-user configuration file (such as ProjectName.vcproj.MYDOMAIN-MYUSERNAME.user). Removing this file (which is done by Premake's clean action) will restore the default settings.

Added in Premake 5.0.

Parameters

command is the command to run to start the target.

Applies To

Solutions, projects, and configurations.

See Also

Clone this wiki locally