Enable syntax highlighting for watches and locals

This commit is contained in:
Ben Jackson 2019-12-15 10:12:19 +00:00
commit ed6beff03b
4 changed files with 30 additions and 0 deletions

View file

@ -427,6 +427,7 @@ class DebugSession( object ):
return False
if frame:
self._variablesView.SetSyntax( self._codeView.current_syntax )
self._variablesView.LoadScopes( frame )
self._variablesView.EvaluateWatches()
else: