Fri, 30 Jul 2021 13:44:39 +0200
Debug Client: changed code to disable multi processing support when running a unit test with debugger support.
eric6/DebugClients/Python/DebugClientBase.py | file | annotate | diff | comparison | revisions |
--- a/eric6/DebugClients/Python/DebugClientBase.py Fri Jul 30 13:43:42 2021 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Fri Jul 30 13:44:39 2021 +0200 @@ -922,6 +922,7 @@ self.cover.start() self.debugging = params["debug"] if params["debug"]: + self.multiprocessSupport = False locals_ = locals() self.threads.clear() self.attachThread(mainThread=True)