I have access to nodejs docker container running on kubernetes and I can see it on weave dashboard(weave-scope)
Is there a way I can set breakpoints and debug remotely with VSCode or on weave dashboard?
At the moment I can just step into the container by clicking exec shell
button, but can't go further? Any suggestions are very much appreciated.