DebugClients/Python3/DebugThread.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4187
61fd08bac49b
child 4631
5c1a96925da4
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
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