--- a/Debugger/DebugUI.py Sat Dec 23 16:30:40 2017 +0100 +++ b/Debugger/DebugUI.py Sat Dec 23 16:42:21 2017 +0100 @@ -1311,6 +1311,7 @@ 0 = local) @param variables the list of variables from the client """ + self.ui.activateDebugViewer() if scope > 0: self.debugViewer.showVariables(variables, True) if scope == 1: @@ -1331,6 +1332,7 @@ 0 = local) @param variables the list of members of a classvariable from the client """ + self.ui.activateDebugViewer() if scope == 1: self.debugViewer.showVariable(variables, True) elif scope == 0: