vscode-bash-debug icon indicating copy to clipboard operation
vscode-bash-debug copied to clipboard

ssh remote debug or docker support

Open gouchaoer opened this issue 6 years ago • 2 comments

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?

gouchaoer avatar Jan 17 '19 09:01 gouchaoer

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 avatar Jan 17 '19 09:01 rogalmic

@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?!

hamad12a avatar Mar 30 '22 12:03 hamad12a