DebugClients/Python/DebugThread.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
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