Fork me on GitHub
#cider
<
2017-10-04
>
chrisblom10:10:10

i'm using the cider debugger to debug a large function, but i'm only interested in a few parts, is there a way to mark expressions so that the debugger always skips there?

chrisblom10:10:38

Something like this:

(let [not-interesting ^:no-dbg (skip-this ...) interesting (will-break ...)] ....)

jmayaalv13:10:14

@chrisblom you can alway use h to jump to force the debugger to stop on the cursor point.

chrisblom14:10:46

yeah, but its still a bit too manual

chrisblom14:10:38

anyway, i'm now annotating just the parts i want with #dbg instead of marking the whole function, and what does the trick for new

catamorphisms15:10:20

Hi channel. Can anyone tell me if it is possible to get better test diffs in emacs cider?