diff options
Diffstat (limited to 'docs/runtime/debugger.md')
-rw-r--r-- | docs/runtime/debugger.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/debugger.md b/docs/runtime/debugger.md index 39e396ff8..5062da030 100644 --- a/docs/runtime/debugger.md +++ b/docs/runtime/debugger.md @@ -2,7 +2,7 @@ name: Debugger --- -Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-vscode/types/jsc.d.ts). For demonstration purposes, consider the following simple web server. +Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-vscode/types/jsc.d.ts), so you can debug your code with an interactive debugger. For demonstration purposes, consider the following simple web server. ```ts#server.ts Bun.serve({ |