mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Better document the use-winedbg option
This commit is contained in:
@@ -131,7 +131,7 @@ window managers will require some slight modifications in
|
|||||||
`src/plugin/host-bridge.cpp`. To enable this, simply run:
|
`src/plugin/host-bridge.cpp`. To enable this, simply run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
meson configure build -Duse-winedbg=true
|
meson configure build --buildtype=debug -Duse-winedbg=true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Rationale
|
## Rationale
|
||||||
|
|||||||
+6
-1
@@ -1 +1,6 @@
|
|||||||
option('use-winedbg', type : 'boolean', value : false)
|
option(
|
||||||
|
'use-winedbg',
|
||||||
|
type : 'boolean',
|
||||||
|
value : false,
|
||||||
|
description: 'Whether to run the Wien VST host with GDB attached. Might not always be reliable.'
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user