Imrpove console evaluation somewhat. Fix restart bug not resetting connection in the console view

This commit is contained in:
Ben Jackson 2018-12-19 01:33:21 +00:00
commit 256579c4d8
3 changed files with 11 additions and 4 deletions

View file

@ -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 )