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.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
{ "version": "0.2.0", "configurations": [ { "name": "Remix: debug server-side", "type": "node-terminal", "request": "launch", "command": "npm run dev" } ] }Which works when I use the
debuggerkeyword, however, setting breakpoints in VSCode results in breakpoints being unbound.Beta Was this translation helpful? Give feedback.
All reactions