25 lines
256 B
Markdown
25 lines
256 B
Markdown
debugtoolcommand
|
|
|
|
```lua
|
|
debugtoolcommand "path"
|
|
```
|
|
|
|
### Parameters ###
|
|
|
|
`path` - needs documentation.
|
|
|
|
### Applies To ###
|
|
|
|
The `config` scope.
|
|
|
|
### Availability ###
|
|
|
|
Premake 5.0.0 alpha 12 or later.
|
|
|
|
### Examples ###
|
|
|
|
```lua
|
|
debugtoolcommand "path"
|
|
```
|
|
|