Add note about debugger

This commit is contained in:
Christophe HAMERLING 2020-04-20 14:16:23 +02:00 committed by Saúl Ibarra Corretgé
parent cf7f2dabfb
commit a0856810ba

View file

@ -82,6 +82,8 @@ npm install
npm start
```
The debugger tools are available when running in dev mode and can be activated with keyboard shortcuts as defined here https://github.com/sindresorhus/electron-debug#features.
#### Building the production distribution
```bash