DebugClients/Python/DebugThread.py

changeset 790
2c0ea0163ef4
parent 96
9624a110667d
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
124 retval = DebugBase.trace_dispatch(self, frame, event, arg) 124 retval = DebugBase.trace_dispatch(self, frame, event, arg)
125 finally: 125 finally:
126 self._dbgClient.unlockClient() 126 self._dbgClient.unlockClient()
127 127
128 return retval 128 return retval
129
130 #
131 # eflag: FileType = Python2

eric ide

mercurial