mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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:
|
||||
|
||||
```shell
|
||||
meson configure build -Duse-winedbg=true
|
||||
meson configure build --buildtype=debug -Duse-winedbg=true
|
||||
```
|
||||
|
||||
## 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