eric6/DebugClients/Python/DebugBase.py

branch
multi_processing
changeset 7397
f8d2f6dd6636
parent 7376
21df384d6150
child 7405
bf6be3cff6cf
diff -r 8e772f275be8 -r f8d2f6dd6636 eric6/DebugClients/Python/DebugBase.py
--- a/eric6/DebugClients/Python/DebugBase.py	Tue Feb 04 18:57:29 2020 +0100
+++ b/eric6/DebugClients/Python/DebugBase.py	Thu Feb 06 19:04:28 2020 +0100
@@ -789,6 +789,8 @@
         self.isBroken = False
         self._dbgClient.unlockClient()
         
+        self._dbgClient.dumpThreadList()
+    
     def user_exception(self, excinfo, unhandled=False):
         """
         Public method reimplemented to report an exception to the debug server.
@@ -912,6 +914,8 @@
         self.eventPollFlag = False
         self._dbgClient.unlockClient()
         self.stop_everywhere = stop_everywhere
+        
+        self._dbgClient.dumpThreadList()
     
     def __extractExceptionName(self, exctype):
         """

eric ide

mercurial