Make debug in visual studio

#110
by jesulo - opened

Hi, I want to debug with breakpoints but it doesn't recognize the breaks that I mark in the code, do I need a configuration in the visual code?

Hugging Chat org

Hi @jesulo

Sorry I don't use breakpoints to debug JS, I don't know ^^.

It's a SvelteKit project, and there's a post here : https://stackoverflow.com/questions/71694565/how-do-you-attach-the-vs-code-debugger-to-a-running-sveltekit-typescript-process

It seems that at least you can use debugger; statements

Sign up or log in to comment