Imrpove console evaluation somewhat. Fix restart bug not resetting connection in the console view
This commit is contained in:
parent
3a898edd34
commit
256579c4d8
3 changed files with 11 additions and 4 deletions
|
|
@ -168,6 +168,7 @@ class DebugSession( object ):
|
|||
# FIXME: Encapsulation
|
||||
self._stackTraceView._connection = self._connection
|
||||
self._variablesView._connection = self._connection
|
||||
self._outputView._connection = self._connection
|
||||
|
||||
if self._connection:
|
||||
self._StopDebugAdapter( start )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue