Skip to content

Commit

Permalink
docs: remove duplicate sentence from debugger (#4807)
Browse files Browse the repository at this point in the history
  • Loading branch information
eknowles committed Sep 10, 2023
1 parent f64b504 commit 60dc766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ bun --inspect=localhost:4000/prefix server.ts

## Debuggers

Various debugging tools can connect to this server to provide an interactive debugging experience. Bun hosts a web-based debugger at [debug.bun.sh](https://debug.bun.sh). It is a modified version of WebKit's [Web Inspector Interface](https://webkit.org/web-inspector/web-inspector-interface/), which will look familiar to Safari users.
Various debugging tools can connect to this server to provide an interactive debugging experience.

### `debug.bun.sh`

Expand Down

0 comments on commit 60dc766

Please sign in to comment.