|
@@ -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> |
|
|
| 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 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> |
|
|
| 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
|
|
|
|
+```
|