Initial community commit
This commit is contained in:
24
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/debugcommand.md
vendored
Normal file
24
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/debugcommand.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
Specifies the command to launch a project's target when debugging.
|
||||
|
||||
```lua
|
||||
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 ###
|
||||
|
||||
* [debugargs](debugargs.md)
|
||||
* [debugdir](debugdir.md)
|
||||
Reference in New Issue
Block a user