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?
@fadrian evaluate the function ”normally” (`alt+enter`).
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
@pez Thanks for the info. I tried that - it stops halfway through at a step point rather than simply executing.
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?