summaryrefslogtreecommitdiff
path: root/docs/tools/debugger.md
diff options
context:
space:
mode:
authorRobin Wieruch <wrobin@gmx.net>2020-05-26 16:08:23 +0200
committerGitHub <noreply@github.com>2020-05-26 10:08:23 -0400
commit44477596eda3ca50ea6597d4af1fd809a01e2bdc (patch)
tree5e2435b4e9c960b4498d3e8731c731ec824e8e8b /docs/tools/debugger.md
parent228f9c207f8320908325a553c96e465da08fc617 (diff)
improve docs (#5872)
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
{