Fork me on GitHub
#cider
<
2017-05-04
>
fbielejec13:05:26

Perhaps simple, but couldn;t find an answer - how could I remove cider-debug breakpoints?

fbielejec13:05:14

ok, simply C c k in the namespace removes breakpoints

jumar14:05:52

yeah, when you re-evaluate the function, the breakpoints are gone

zane20:05:09

Is there a way to remove breakpoints in libraries that aren't a part of your application?

zane20:05:31

I don't think you can reevaluate in that case.

dpsutton20:05:35

which library?

dpsutton20:05:12

that's crazy. i've never used the reader breakpoints like that, and this seems like a pretty good argument

dpsutton20:05:55

there's a recent patch to add awareness of project namespaces versus dependency ones. Perhaps the debugger could incorporate this

zane20:05:00

Any library. (I'm using the debugger to understand Lacinia.)

dpsutton20:05:14

oh i thought someone made a release build with the debugger breakpoint in it