diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2020-05-26 19:11:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 13:11:08 -0400 |
commit | d4711feba86ce26044ebffd625b9b9ee872e0f1a (patch) | |
tree | 47ae72fb81cdf7d77b60e89b91c7ddfa52b2f739 /docs/tools/debugger.md | |
parent | 845bc443da6026903aefa7a6556ecc7c0de371fe (diff) |
docs: update JetBrains environment support (#5877)
Diffstat (limited to 'docs/tools/debugger.md')
-rw-r--r-- | docs/tools/debugger.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 `<entry_point>` to `server.ts` and run created configuration:  +### JetBrains IDEs + +You can debug Deno using your JetBrains IDE by right-clicking the file you want +to debug and selecting the `Debug 'Deno: <file name>'` 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 |