Debugger/DebugUI.py

changeset 6039
d52e90757805
parent 5899
0516f6548ca6
child 6048
82ad8ec9548c
diff -r b9d2063e610e -r d52e90757805 Debugger/DebugUI.py
--- 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:

eric ide

mercurial