-
-
Notifications
You must be signed in to change notification settings - Fork 489
Open
Labels
Description
Maybe I'm too newbie with Vscode, but I don't understand at all how can I debug this nodejs app in a total way.
If I would to start the docker container with docker-compose up then try to debug www file, for example, I'm not able to do it.
So, I've some questions:
- Is there a way to launch the container in a debug mode at the start?
- When I change a file, the nodemon detects changes and restart node server. I've to re-attach my debug, is it right or I've missing something?
- Why some statement aren't debuggable? For example into the healthcheck.js I've always unverified breakpoints or into index.js (see attachment).