VSCode Node/Express Debugging Config #603
Replies: 3 comments 8 replies
-
[edit] Ha, it's very simple :) What you do is open Then just write a |
Beta Was this translation helpful? Give feedback.
-
Is it possible to generate server side source maps in the build folder so that editors can support debugging better without the only way to break being an actual |
Beta Was this translation helpful? Give feedback.
-
Does anyone have this working for the Grunge Stack? |
Beta Was this translation helpful? Give feedback.
-
Don't suppose anyone has a VSCode config for debugging the express server in dev mode? I've spent a few hours trying to get something to work with no luck. I'm currently using:
Which works when I use the
debugger
keyword, however, setting breakpoints in VSCode results in breakpoints being unbound.Beta Was this translation helpful? Give feedback.
All reactions