diff --git a/BUILD.md b/BUILD.md index 6f72f98e9..29c2d5c68 100644 --- a/BUILD.md +++ b/BUILD.md @@ -119,6 +119,12 @@ Run the following command to generate a production build and package it. This le 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.