How to debug Vite app (Sveltekit) running on Bun? #14759
Unanswered
pjeziorowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Following the docs, I'm able to debug my backend app in VSCode (https://bun.sh/guides/runtime/vscode-debugger) using the
Debug File
option.However, my other app is using Sveltekit + Vite with a
vite dev
to run the app for development, which makes it a bit trickier to attach the debugger the same way as for the backend app.Has anyone managed to debug Vite apps running on bun?
Beta Was this translation helpful? Give feedback.
All reactions