chip
How to debug Hono/HonoX in Visual Studio Code?
I always run the code via npm run dev or bun dev. Since I am building a web app in HonoX and most of it is SSR, how can i use the IDE debugger so I can hit breakpoints and etc in Visual Studio Code?
Ex: next.js has this guide: https://nextjs.org/docs/pages/building-your-application/configuring/debugging
How do I do this for Hono/X?
Thank you!
2 replies