28 lines
318 B
Markdown
28 lines
318 B
Markdown
|
debugger
|
||
|
|
||
|
```lua
|
||
|
debugger "value"
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
`value` one of:
|
||
|
* `Default` - needs documentation.
|
||
|
* `GDB` - needs documentation.
|
||
|
* `LLDB` - needs documentation.
|
||
|
|
||
|
### Applies To ###
|
||
|
|
||
|
The `config` scope.
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0.0 alpha 12 or later.
|
||
|
|
||
|
### Examples ###
|
||
|
|
||
|
```lua
|
||
|
debugger "value"
|
||
|
```
|
||
|
|