/bun:debug Launch a script with Bun's debugger enabled for interactive debugging. When to Use This Skill | Use this skill when... | Use typescript-debugging instead when... | |---|---| | Attaching an interactive debugger to a Bun script via | Diagnosing TypeScript compile errors or type mismatches | | Breaking at the first line of a fast-exiting script ( ) | Setting up VSCode launch configurations for non-Bun runtimes | | Debugging Bun tests with | Use bun-test when you just want to run tests, not step through them | | Waiting for a debugger to attach before execution | Use bun-build when rep…