Fork me on GitHub
#calva
<
2023-09-26
>
gtbono21:09:26

Is there any way I can, while using the Calva debugger, run code while paused in an exception? Just like the Debugger Console option in other languages

pez21:09:18

You can keep evaluating code as normal while the debugger is at some breakpoint, using the local bindings from the context of where the debugger is paused. Is that what you mean? There is no break on exception, I think, if that’s what you mean.

gtbono21:09:25

can it evaluate on the context of the debugger? I mean, I want to execute a function that uses a local variable with its current value as the input, is calva able to do that?

pez22:09:42

Yes, that’s what I try to show in the video.