Closed Andre0991 closed 4 years ago
I've examined the issue, with the latest CIDER:
#break
, evaluating an expression with e does not trigger the breakpointcider-eval-last-sexp
is used on a function with #break
, evaluating an expression with e does trigger the breakpointSo it remains to fix point 2, with 3 and 1 being workarounds.
Thanks, please test.
I can confirm it works, thanks.
Hi.
In
cider
, one can add wrap a form with#break
and evaluate it in order to create a breakpoint. The next time the form is run, cider steps in and displays its debugger interface (see 1).The issue is that when using
e
inlispy
in order to evaluate something,cider
does not create the breakpoint. So the next time the form is run, it won't stop.