DebugClients/Python3/DebugThread.py

changeset 4543
2e6a880670e9
parent 4187
61fd08bac49b
child 4631
5c1a96925da4
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
125 retval = DebugBase.trace_dispatch(self, frame, event, arg) 125 retval = DebugBase.trace_dispatch(self, frame, event, arg)
126 finally: 126 finally:
127 self._dbgClient.unlockClient() 127 self._dbgClient.unlockClient()
128 128
129 return retval 129 return retval
130
131 #
132 # eflag: noqa = M702

eric ide

mercurial