From 1893b37dc0b5f187933cb4ed35939b195f63bf3b Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Fri, 24 Nov 2023 10:50:22 +0100 Subject: [PATCH] Add troubleshooting info --- index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.md b/index.md index 8f340f0..a3a06cb 100644 --- a/index.md +++ b/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 +``` \ No newline at end of file