Fork me on GitHub
#calva
<
2021-11-22
>
Shantanu Kumar06:11:05

Hi, once I "instrument top level form for debugging" and my debugging is over, how do I un-instrument it? I tried removing all breakpoints (in Run menu) to no avail.

pez07:11:26

Evaluate top level the vanilla way.

amar20:11:55

is there a way to toggle between a namespace and its corresponding test namespace? ie i'm looking at a file src/foo.clj and want to open test/foo_test.clj

seancorfield20:11:18

@amar Calva has a "Toggle between implementation and test" command that should appear on the command palette.

amar21:11:08

sweet. i hadn't seen that before. thanks!