How to debug Nodejs app running inside Docker container via Google Cloud
问题 I have found Google provides some guidelines on how to run Nodejs on a custom runtime environment. Everything seems fine and I am managing to start my Nodejs app on local machine running gcloud preview app run . . As I can see, it probably creates a Docker container and runs Nodejs program in there. I am saying "probably" , because it is my first experience with Docker, however I am 2+ years experienced Nodejs developer. So my question is how to debug (with breakpoint stops) my Nodejs program