I have used vs docker extension to create docker files. But I don\'t know what is the \"proper\" way to use docker-compose.debug.yml to debug my code, e.g. how do I set my e
I had the same issue. Using --inspect=0.0.0.0:9229 solved it.
I recommend you use --inspect-brk too, to have the node process wait for the debugger to attach.