Skip to content

Commit

Permalink
Add allow-read to file-server debugger example (denoland#5282)
Browse files Browse the repository at this point in the history
  • Loading branch information
KluVerKamp committed May 13, 2020
1 parent 7ceac12 commit 38e253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use [file_server.ts](https://deno.land/[email protected]/http/file_server.ts) from
Use `--inspect-brk` flag to break execution on the first line.

```shell
$ deno run --inspect-brk https://deno.land/[email protected]/http/file_server.ts
$ deno run --inspect-brk --allow-read --allow-net https://deno.land/[email protected]/http/file_server.ts
Debugger listening on ws:https://127.0.0.1:9229/ws/1e82c406-85a9-44ab-86b6-7341583480b1
Download https://deno.land/[email protected]/http/file_server.ts
Compile https://deno.land/[email protected]/http/file_server.ts
Expand Down

0 comments on commit 38e253e

Please sign in to comment.