From 44477596eda3ca50ea6597d4af1fd809a01e2bdc Mon Sep 17 00:00:00 2001 From: Robin Wieruch Date: Tue, 26 May 2020 16:08:23 +0200 Subject: improve docs (#5872) --- docs/tools/debugger.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/tools/debugger.md') 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 { -- cgit v1.2.3