# HG changeset patch # User Surkov Sergey # Date 1503917026 -10800 # Node ID c2f48d791d9f2a5e7cb08ddf1783d13089adc29d # Parent 4d1de8b0183f0e5206db0319a863c7307bffc150 fix bug with unfinished debug thread this bug occurs when user doesn't stop debugging process in current project, and opens another project diff -r 4d1de8b0183f -r c2f48d791d9f ProjectController.py --- a/ProjectController.py Fri Aug 25 14:01:44 2017 +0300 +++ b/ProjectController.py Mon Aug 28 13:43:46 2017 +0300 @@ -307,7 +307,7 @@ self.AppFrame.Unbind(wx.EVT_TIMER, self.StatusTimer) self.StatusTimer = None self.AppFrame = None - + self.KillDebugThread() self.logger = logger def CTNName(self):