Debug Wasp app in VS Code
Hey all, I'm building a Wasp app with Typescript. What's the best way to debug the server part?
I've tried to run
Thanks!
I've tried to run
wasp start in VS Code integrated terminal and attach to the node process on port 3001, but the debugger hangs after a couple seconds and the breakpoints are not hit. What the process of debugging should look like? Thanks!