wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Node.js debugger for the server

Open infomiho opened this issue 9 months ago • 1 comments

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.

infomiho avatar Apr 29 '24 09:04 infomiho