wasp
wasp copied to clipboard
Node.js debugger for the server
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.