Include the +editor debug flag in issue template

This commit is contained in:
Robbert van der Helm
2021-08-03 20:01:07 +02:00
parent 2e6732c0e2
commit 9c334dd488
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
```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
+1 -1
View File
@@ -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:
```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