Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add allow-read to file-server debugger example #5282

Merged
merged 2 commits into from
May 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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