JuliaInterpreter.jl icon indicating copy to clipboard operation
JuliaInterpreter.jl copied to clipboard

Allow setting a max stack depth or set a breakpoint on stack depth

Open KristofferC opened this issue 6 years ago • 0 comments

Sometimes when you want to diagnose a stack overflow error it would be convenient to be able to set a maximum stack depth (like 30), run the function, get a breakpoint at some stack depth and figure out what the infinite recursion is.

KristofferC avatar Sep 16 '19 09:09 KristofferC