How to debug SvelteKit applications
Open the "Run and Debug" panelLet VS Code find all debug configurationsInspect variablesWhen you load the endpoint's URL, the debugger stops and you can inspect variables, step in/over statements, etc.Open your endpoint file

How to debug SvelteKit applications

Step-by-step instructions on how to debug SvelteKit applications, including server-side code such as endpoints.