mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Add troubleshooting info
This commit is contained in:
parent
366ad6a18d
commit
1893b37dc0
1 changed files with 16 additions and 0 deletions
16
index.md
16
index.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue