You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added this script into my package.json dev:debug": "node ace --inspect=0.0.0.0:9229 serve --hmr and I run my container as follows: command: npm run dev:debug.
It's working well I debug API calls but nothing happen when trying to debug a running test.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to figure out how to debug tests into a docker container with VS Code.
I configured my launch.json as follows
I added this script into my package.json
dev:debug": "node ace --inspect=0.0.0.0:9229 serve --hmr
and I run my container as follows:command: npm run dev:debug
.It's working well I debug API calls but nothing happen when trying to debug a running test.
Beta Was this translation helpful? Give feedback.
All reactions