Fork me on GitHub
#cider
<
2017-09-13
>
pwrflx12:09:26

is there a way to put a breakpoint on exceptions? Many times the stack trace does not tell anything and would like to inspect locals..

jmayaalv14:09:25

i don’t think that’s possible right now

dominicm14:09:26

might be useful

pwrflx14:09:16

@jmayaalv strange, as this is one of the most commonly occurring error scenarios

jmayaalv14:09:59

hmm, maybe. i’ve prefer to use enlighten-mode leaving step debugging for really few cases.

gonewest81817:09:39

(try … (catch Exception e …)) and set a breakpoint inside the catch?