summaryrefslogtreecommitdiff
path: root/docs/tools/debugger.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools/debugger.md')
-rw-r--r--docs/tools/debugger.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tools/debugger.md b/docs/tools/debugger.md
index e9eccb6f0..5725d029a 100644
--- a/docs/tools/debugger.md
+++ b/docs/tools/debugger.md
@@ -14,9 +14,9 @@ first line of code.
### Chrome Devtools
-Let's try debugging simple program using Chrome Devtools; for this purpose we'll
-use [file_server.ts](https://deno.land/std@v0.50.0/http/file_server.ts) from
-`std`; a simple static file server.
+Let's try debugging a program using Chrome Devtools; for this purpose we'll use
+[file_server.ts](https://deno.land/std@v0.50.0/http/file_server.ts) from `std`;
+a static file server.
Use `--inspect-brk` flag to break execution on the first line.
@@ -83,7 +83,7 @@ Deno can be debugged using VSCode.
Official support in plugin is being worked on -
https://github.com/denoland/vscode_deno/issues/12
-We can still attach debugger by manually providing simple `launch.json` config:
+We can still attach debugger by manually providing a `launch.json` config:
```json
{