From 2713459a39b05568d2771192c75a6d4200f40a1d Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Thu, 29 Nov 2018 08:46:41 +0000 Subject: [PATCH] add Gitpod as an inspector client Signed-off-by: Anton Kosyakov --- locale/en/docs/guides/debugging-getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locale/en/docs/guides/debugging-getting-started.md b/locale/en/docs/guides/debugging-getting-started.md index fe71ed97f6b12..1eb2c8b024f2d 100644 --- a/locale/en/docs/guides/debugging-getting-started.md +++ b/locale/en/docs/guides/debugging-getting-started.md @@ -127,6 +127,10 @@ info on these follows: * Library to ease connections to Inspector Protocol endpoints. +#### [Gitpod](https://www.gitpod.io) + +* Start a Node.js debug configuration from the `Debug` view or hit `F5`. [Detailed instructions](https://medium.com/gitpod/debugging-node-js-applications-in-theia-76c94c76f0a1) + --- ## Command-line options