wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.49k stars 1.18k forks source link

Node.js debugger for the server #1998

Open infomiho opened 5 months ago

infomiho commented 5 months ago

Some users asked how they can debug the server's Node.js app.

Ideally, we would enable the users to use the --inspect with a Wasp flag: https://nodejs.org/en/learn/getting-started/debugging#enable-inspector so they can connect to the server Node.js process and inspect it if they need to.

sodic commented 5 days ago

Other users hitting this: