Open
Description
In cider for the debugger, if we have 2 functions func1 that calls func2 and only func2 is instrumented with #dbg, when evaluating func1 the debugger stops in func2 which is good, but after doing next and finishing all func2 is there a way to continue debugging the caller func1 even if it is not instrumented, currently it just finish the evaluation. I think when debugging it will be good to not have to manually instrument func1 or all the call hieararchy to continue debugging, i whish that as long as im doing next it just continue debugging step by step and when func2 finishes it steps out and continue debugging.
Thanks