This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/debugcommand.md
2021-03-12 22:10:24 +01:00

574 B

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.

Parameters

command is the command to run to start the target.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

See Also