DebugClients/Python/DebugClientBase.py

branch
debugger fine grinding
changeset 5536
d28e800f2810
parent 5389
9b1c800daff3
child 5540
40992b7a60a9
equal deleted inserted replaced
5535:3296c56acdbf 5536:d28e800f2810
1187 1187
1188 @param exctype the type of the exception 1188 @param exctype the type of the exception
1189 @param excval data about the exception 1189 @param excval data about the exception
1190 @param exctb traceback for the exception 1190 @param exctb traceback for the exception
1191 """ 1191 """
1192 self.mainThread.user_exception(None, (exctype, excval, exctb), True) 1192 self.mainThread.user_exception((exctype, excval, exctb), True)
1193 1193
1194 def __interceptSignals(self): 1194 def __interceptSignals(self):
1195 """ 1195 """
1196 Private method to intercept common signals. 1196 Private method to intercept common signals.
1197 """ 1197 """

eric ide

mercurial