mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Add log path to build docs (#820)
This commit is contained in:
parent
6a44f190fa
commit
32bb0b769e
10
BUILD.md
10
BUILD.md
@ -119,6 +119,12 @@ Run the following command to generate a production build and package it. This le
|
|||||||
task package
|
task package
|
||||||
```
|
```
|
||||||
|
|
||||||
## Debugging the Client
|
## Debugging
|
||||||
|
|
||||||
You can use the regular Chrome DevTools to debug the frontend application. You can open the DevTools using the keyboard shortcut `Cmd+Option+I` on macOS or `Ctrl+Option+I` on Linux and Windows.
|
### Frontend logs
|
||||||
|
|
||||||
|
You can use the regular Chrome DevTools to debug the frontend application. You can open the DevTools using the keyboard shortcut `Cmd+Option+I` on macOS or `Ctrl+Option+I` on Linux and Windows. Logs will be sent to the Console tab in DevTools.
|
||||||
|
|
||||||
|
### Backend logs
|
||||||
|
|
||||||
|
Backend logs for the development version of Wave can be found at `~/.waveterm-dev/waveapp.log`. Both the NodeJS backend from Electron and the main Go backend will log here.
|
||||||
|
Loading…
Reference in New Issue
Block a user