JuliaInterpreter.jl
JuliaInterpreter.jl copied to clipboard
Allow setting a max stack depth or set a breakpoint on stack depth
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.