DebugClients/Python/DebugBase.py

branch
5_2_x
changeset 2167
d655e3d404a6
parent 1509
c0b5e693b0eb
child 2171
c7dd548d67d8
child 2303
0ed4ed026c16
equal deleted inserted replaced
2161:32591cea4dba 2167:d655e3d404a6
142 self.__recursionDepth += 1 142 self.__recursionDepth += 1
143 frame = frame.f_back 143 frame = frame.f_back
144 144
145 def profile(self, frame, event, arg): 145 def profile(self, frame, event, arg):
146 """ 146 """
147 Public method used to trace some stuff independant of the debugger 147 Public method used to trace some stuff independent of the debugger
148 trace function. 148 trace function.
149 149
150 @param frame The current stack frame. 150 @param frame The current stack frame.
151 @param event The trace event (string) 151 @param event The trace event (string)
152 @param arg The arguments 152 @param arg The arguments

eric ide

mercurial