I\'m debugging a stack overflow due to infinite recursion. The program fails when the stack is 700 calls deep.
I want to jump to the frame in which the function was in
Two options:
up 200
f[rame]
caller-func
See Frame Selection in the manual.