Running debugger with single-file executable #10742
Unanswered
masad-frost
asked this question in
Q&A
Replies: 1 comment
-
FWIW I was able to achieve this using bun 1.1.7 by doing the following: $ BUN_INSPECT=localhost:6499/prefix ./${myCoolBunBinary}
--------------------- Bun Inspector ---------------------
Listening:
ws://localhost:6499/replit
Inspect in browser:
https://debug.bun.sh/#localhost:6499/prefix
--------------------- Bun Inspector --------------------- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using the Single-file executable feature, was wondering if it's possible to include the debugger in the build and run it with the equivalent of
bun --inspect
?Beta Was this translation helpful? Give feedback.
All reactions