Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Walsh committed Dec 22, 2023
1 parent c3c2503 commit 4377cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python3/vimspector/debug_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,7 @@ def _GetShellCommand( self ):

def _GetDockerCommand( self, remote ):
docker = [ 'docker', 'exec', '-t' ]
self._logger.info(f"remote is: {remote}")
if 'workdir' in remote:
docker.extend(["-w", remote['workdir']])
docker.append( remote[ 'container' ] )
Expand Down

0 comments on commit 4377cf1

Please sign in to comment.