vscode-bash-debug
vscode-bash-debug copied to clipboard
ssh remote debug or docker support
hello, we have a environment run in the docker container. we need to debug the shell script in the docker container via vscode in host machine.
can this extension debug scripts in the docker container?
No, this is not supported.
In principle it might be implemented using 2 ssh connections (one for script in/out, one for debugger), but this would be a major cross-cutting change.
@rogalmic Did you mean the extension cannot debug over a remote ssh connection? If so, could you put a map road to this feature? But I wonder if the extension could achieve that alongside VS remote development tools?!