Fork me on GitHub
#cider
<
2021-05-26
>
bozhidar06:05:27

Btw, I forgot to mention this - but a couple of days ago I released CIDER 1.1.1. It features only a few small bug-fixes, but it's a version number that's truly special. 😄

👍 9
quoll15:05:42

I upgraded to this while trying to sort my problems yesterday. I had no idea that I had serendipitously picked up a brand new release, and an auspicious one at that!

jcd19:05:23

Is there a command to remove all breakpoints in a buffer?

dpsutton19:05:32

just reevaluate the buffer

dpsutton19:05:54

instrumenting just reevaluates the code with extra code around each form to step through. if you just evaluate the form these are gone

thanks2 9