Just wanted to point out what looks like an error in the tutorial:
[EDIT - I originally wrote README by mistake, but I mean this section of the tutorial. ]
You can disable the side-effects of the spy and brk macros at a given Code Site by calling sc.api/disable!
(sc.api/dispose! -2)
I assume you meant the example to use disable! rather than dispose!.
Hi Val,
Just wanted to point out what looks like an error in the tutorial: [EDIT - I originally wrote README by mistake, but I mean this section of the tutorial. ]
I assume you meant the example to use
disable!
rather thandispose!
.Thanks for scope-capture, terrific tool!