Bläddra i källkod

More on getting editor logs

Björn Ritzl 5 år sedan
förälder
incheckning
290b0e047b
2 ändrade filer med 15 tillägg och 4 borttagningar
  1. 14 0
      docs/en/manuals/editor.md
  2. 1 4
      docs/en/manuals/getting-help.md

+ 14 - 0
docs/en/manuals/editor.md

@@ -232,3 +232,17 @@ To add asset files (images, sounds, models etc) to your project, simply drag and
 | Up major | <kbd>Shift</kbd>+<kbd>Up</kbd> | <kbd>Shift</kbd>+<kbd>Up</kbd> | <kbd>Shift</kbd>+<kbd>Up</kbd> |
 | Zoom in | <kbd>Ctrl</kbd>+<kbd>'</kbd>+<kbd>'</kbd> | <kbd>Cmd</kbd>+<kbd>'</kbd>+<kbd>'</kbd> | <kbd>Ctrl</kbd>+<kbd>'</kbd>+<kbd>'</kbd> |
 | Zoom out | <kbd>Ctrl</kbd>+<kbd>'-'</kbd> | <kbd>Cmd</kbd>+<kbd>'-'</kbd> | <kbd>Ctrl</kbd>+<kbd>'-'</kbd> |
+
+
+## Editor logs
+If you run into a problem with the editor and need to [report an issue](/manuals/getting-help/#getting-help) it is a good idea to provide log files from the editor itself. The editor logs files can be found here:
+
+  * Windows: `C:\Users\ **Your Username** \AppData\Local\Defold`
+  * macOS: `/Users/ **Your Username** /Library/Application Support/` or `~/Library/Application Support/Defold`
+  * Linux: `~/.Defold`
+
+You can also get access to editor logs while the editor is running if it is started from a terminal/command prompt. To launch the editor from the terminal on macOS:
+
+```
+$ > ./path/to/Defold.app/Contents/MacOS/Defold
+```

+ 1 - 4
docs/en/manuals/getting-help.md

@@ -78,8 +78,5 @@ If you run into a problem while using Defold you can try to ask the question on
 The engine, editor and build server generates logging information that can be very valuable when asking for help and debugging an issue. Always provide log files when reporting a problem:
 
 * [Engine logs](/manuals/debugging-game-and-system-logs)
-* Editor logs
-  * Windows: `C:\Users\ **Your Username** \AppData\Local\Defold`
-  * macOS: `/Users/ **Your Username** /Library/Application Support/` or `~/Library/Application Support/Defold`
-  * Linux: `~/.Defold`
+* [Editor logs](/manuals/editor#editor-logs)
 * [Build server logs](/manuals/extensions#build-server-logs)