From a0856810ba82fec58dc9afc8e903548e0ca0b01c Mon Sep 17 00:00:00 2001
From: Christophe HAMERLING <chamerling@linagora.com>
Date: Mon, 20 Apr 2020 14:16:23 +0200
Subject: [PATCH] Add note about debugger

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 81e90c0..2e62dda 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab