Set syntax in stack trace too

This commit is contained in:
Ben Jackson 2020-02-04 13:04:09 +00:00
commit 19cc58f09e
4 changed files with 52 additions and 34 deletions

View file

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