Skip to content

Commit 4377cf1

Browse files
author
Jordan Walsh
committed
debugging
1 parent c3c2503 commit 4377cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python3/vimspector/debug_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,7 @@ def _GetShellCommand( self ):
16961696

16971697
def _GetDockerCommand( self, remote ):
16981698
docker = [ 'docker', 'exec', '-t' ]
1699+
self._logger.info(f"remote is: {remote}")
16991700
if 'workdir' in remote:
17001701
docker.extend(["-w", remote['workdir']])
17011702
docker.append( remote[ 'container' ] )

0 commit comments

Comments
 (0)