src/eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 9559
34fc53e6159d
parent 9542
0b04348749ab
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9558:6d6a0e5f65ca 9559:34fc53e6159d
131 """ 131 """
132 Public method to return the frame "frmnr" down the stack. 132 Public method to return the frame "frmnr" down the stack.
133 133
134 @param frmnr distance of frames down the stack. 0 is 134 @param frmnr distance of frames down the stack. 0 is
135 the current frame 135 the current frame
136 @rtype int 136 @type int
137 @return the current frame 137 @return the current frame
138 @rtype frame object 138 @rtype frame object
139 """ 139 """
140 # Don't show any local frames after the program was stopped 140 # Don't show any local frames after the program was stopped
141 if self.quitting: 141 if self.quitting:

eric ide

mercurial