DebugClients/Python3/DebugClientBase.py

changeset 4370
54dbb658f9e6
parent 4366
9445c7cb991f
child 4455
ca13a6f6c452
equal deleted inserted replaced
4369:4ef6ecc62a9d 4370:54dbb658f9e6
1193 """ 1193 """
1194 Private method to handle signals. 1194 Private method to handle signals.
1195 1195
1196 @param signalNumber number of the signal to be handled 1196 @param signalNumber number of the signal to be handled
1197 @type int 1197 @type int
1198 @param stack frame current stack frame 1198 @param stackFrame current stack frame
1199 @type frame object 1199 @type frame object
1200 """ 1200 """
1201 if signalNumber == signal.SIGABRT: 1201 if signalNumber == signal.SIGABRT:
1202 message = "Abnormal Termination" 1202 message = "Abnormal Termination"
1203 elif signalNumber == signal.SIGFPE: 1203 elif signalNumber == signal.SIGFPE:

eric ide

mercurial