From d4711feba86ce26044ebffd625b9b9ee872e0f1a Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Tue, 26 May 2020 19:11:08 +0200 Subject: docs: update JetBrains environment support (#5877) --- docs/tools/debugger.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/tools/debugger.md') diff --git a/docs/tools/debugger.md b/docs/tools/debugger.md index 8bd499038..a6aed4711 100644 --- a/docs/tools/debugger.md +++ b/docs/tools/debugger.md @@ -122,6 +122,14 @@ Change `` to `server.ts` and run created configuration: ![VSCode debugger](../images/debugger7.jpg) +### JetBrains IDEs + +You can debug Deno using your JetBrains IDE by right-clicking the file you want +to debug and selecting the `Debug 'Deno: '` option. This will create +a run/debug configuration which has no permission flags set, so to change that +you need to modify the run/debug configuration and change the `Arguments` field +with the required flags. + ### Other Any client that implements Devtools protocol should be able to connect to Deno -- cgit v1.2.3