Enable syntax highlighting for watches and locals
This commit is contained in:
parent
94b8f0a81d
commit
ed6beff03b
4 changed files with 30 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue