vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
576 stars 14 forks source link

Error in tutorial #37

Closed eggsyntax closed 5 years ago

eggsyntax commented 5 years ago

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. ]

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!.

Thanks for scope-capture, terrific tool!

vvvvalvalval commented 5 years ago

Nice catch, thanks for reporting! It's fixed in master.