Set syntax in stack trace too
This commit is contained in:
parent
db95fe0c1d
commit
19cc58f09e
4 changed files with 52 additions and 34 deletions
|
|
@ -483,6 +483,7 @@ class DebugSession( object ):
|
|||
|
||||
if frame:
|
||||
self._variablesView.SetSyntax( self._codeView.current_syntax )
|
||||
self._stackTraceView.SetSyntax( self._codeView.current_syntax )
|
||||
self._variablesView.LoadScopes( frame )
|
||||
self._variablesView.EvaluateWatches()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue