I have found Google provides some guidelines on how to run Nodejs on a
custom runtime environment: https://cloud.google.com/solutions/nodejs
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
when it is running inside Docker container? Using Chrome Developer Tools or
how can I set up Webstorm debug configuration to make it stop on
breakpoints. Is it possible to configure Docker on how it starts node or
even start Docker via `gcloud` inside Webstorm to assure debugging is
working? Any help or clarifications are appreciated.

Nik Sumeiko

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAB8wsFs9d6WsPH4VNEQrRRus8B_NfqfcCb0Wr%3D1aXcESAsbOVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to