Add troubleshooting info

This commit is contained in:
Rebecca Breu 2023-11-24 10:50:22 +01:00
parent 366ad6a18d
commit 1893b37dc0

View file

@ -42,3 +42,19 @@ sqlite3 myfile.bee -Axv
```
Options for exporting from inside BeeRef are planned, but the above always works independently of BeeRef.
## Troubleshooting
You can access the log output via *Help -> Show Debug Log*. In case BeeRef doesn't start at all, you can find the log file here:
Windows:
```
C:\Documents and Settings\USERNAME\Application Data\BeeRef\BeeRef.log
```
Linux and MacOS:
```
/home/USERNAME/.config/BeeRef/BeeRef.log
```