We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7fc24 commit f1d160bCopy full SHA for f1d160b
python3/vimspector/variables.py
@@ -675,7 +675,7 @@ def GetMemoryReference( self ):
675
# Get a memoryReference for use in a ReadMemory request
676
variable, _ = self._GetVariable( None, None )
677
if variable is None:
678
- return None
+ return None, None
679
680
# TODO: Return the connection too!
681
return variable.connection, variable.MemoryReference()
0 commit comments