-
-
Notifications
You must be signed in to change notification settings - Fork 619
debugcommand
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
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.
command
is the command to run to start the target.
Project configurations.
Premake 5.0 or later.