Don't try to expand variables that are not expandable
This commit is contained in:
parent
b02d35e78d
commit
0a19048311
2 changed files with 17 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ class DebugSession( object ):
|
|||
|
||||
self._uiTab = None
|
||||
self._threadsBuffer = None # TODO: Move to stack trace
|
||||
self._outputBuffer = None
|
||||
self._outputBuffer = None # TODO: Need something less terrible here
|
||||
self._stackTraceView = None
|
||||
self._variablesView = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue