aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/debugger.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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({
ing Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scripts/deps (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-28[ci] formatGravatar TK 1-2/+2
2024-03-28feat: allow dynamic route segments in isr.exclude array (#10513)Gravatar TK 5-3/+69
2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3
2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89
2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344