Debugger/DebugServer.py

branch
5_5_x
changeset 3728
3fd874bf34e4
parent 3649
2456f04f60a8
--- a/Debugger/DebugServer.py	Sun Jul 20 17:54:27 2014 +0200
+++ b/Debugger/DebugServer.py	Thu Jul 24 22:34:05 2014 +0200
@@ -440,6 +440,8 @@
                 elif self.__autoClearShell:
                     self.__autoClearShell = False
                     self.remoteBanner()
+                self.remoteClientVariables(0, [], 0)
+                self.remoteClientVariables(1, [], 0)
             else:
                 if clType and self.lastClientType:
                     self.__setClientType(self.lastClientType)

eric ide

mercurial