Closed hugsyy closed 5 years ago
Can you try setting the listening address (see https://github.com/provegard/ncdbg/tree/master/docs#setting-the-listening-address) to something like 0.0.0.0:7778?
Possibly also change the "localhost" part of the devtools URL.
It worked! Thank you very much! I configured it to listen 0.0.0.0:7778 but apparently it must remain localhost in devtools URL. Changing localhost in URL to 0.0.0.0 didn't work,
Glad to hear you got it working! :-)
Hello, I am running ncdbg in a docker container. It connects to a spring boot app running in another container. But I cannot access chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:7778/dbg.
This is my Dockerfile for ncdbg:
And this is docker-entrypoint.sh:
I ran ncdbg container by mapping ports
-p 7778:7778
so 7778 is exposed on host machine. Here's the log: