Loading...
Loading...
Debug TypeScript/JavaScript with Bun inspector
npx skill4agent add laurigates/claude-plugins bun-debugfile--brk--wait--port=<port>bun --inspect $FILEbun --inspect-brk $FILEbun --inspect-wait $FILEbun --inspect=$PORT $FILEbun --inspect-brk test $PATTERN------------------- Bun Inspector -------------------
Listening: ws://localhost:6499/
Open: debug.bun.sh/#localhost:6499
-----------------------------------------------------debug.bun.sh/#localhost:<port>.vscode/launch.json{
"type": "bun",
"request": "launch",
"name": "Debug",
"program": "${file}",
"stopOnEntry": true
}