mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Include the +editor debug flag in issue template
This commit is contained in:
@@ -36,7 +36,7 @@ Please also include a debug log if possible. If you are reporting an issue with
|
|||||||
2. Launch your host from a terminal using:
|
2. Launch your host from a terminal using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>
|
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2+editor <host>
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Please also include a debug log if possible. If you are having issues with yabri
|
|||||||
2. Launch your host from a terminal using:
|
2. Launch your host from a terminal using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2 <host>
|
rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2+editor <host>
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
Where `<host>` is the name of your host, like `bitwig-studio`, `reaper`, or
|
||||||
|
|||||||
Reference in New Issue
Block a user