Fork me on GitHub
#calva
<
2020-10-03
>
fadrian06:10:42

I'm debugging in Calva. To instrument a function for debugging, you use the command that does that - bound to ctrl-alt-c i. What is the inverse of this operation? I.e, I don't want to debug the function anymore. How do I remove the debugging instrumentation?

pez07:10:53

@fadrian evaluate the function ”normally” (`alt+enter`).

bringe18:10:39

This is noted in this section of the docs: https://calva.io/debugger/#instrumenting-a-function But maybe we should make it more noticeable? Perhaps a subsection

fadrian18:10:51

@pez Thanks for the info. I tried that - it stops halfway through at a step point rather than simply executing.

bringe18:10:05

Hmm, that doesn't sound right. Please file an issue with a repro case and I'll investigate. And you have no `#break` tags in the form, right?