aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-08 13:49:12 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-08 13:49:12 -0700
commit088491cb594ffa4a73f92e42e838a20799986a34 (patch)
tree7720f7c8900df5574c77f7374a0af9d3f007d0d2 /docs/runtime
parentf27ef667c7b88bdea19ca2b3e9af88f74dc8e703 (diff)
downloadbun-088491cb594ffa4a73f92e42e838a20799986a34.tar.gz
bun-088491cb594ffa4a73f92e42e838a20799986a34.tar.zst
bun-088491cb594ffa4a73f92e42e838a20799986a34.zip
Add extension guide
Diffstat (limited to 'docs/runtime')
-rw-r--r--docs/runtime/debugger.md2
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({