calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
2020-10-03T06:57:42.105400Z

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?

pez 2020-10-03T07:15:53.107Z

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

bringe 2020-10-03T18:43:39.108600Z

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

2020-10-03T18:43:51.109Z

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

bringe 2020-10-03T18:46:05.110200Z

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?