vscode-clojure-debug
vscode-clojure-debug copied to clipboard
Seeing spurious calls to get variables from the debugger, when no breakpoint has been hit.
Environment
- VSCode Version: 1.8.1
- OS Version: OS X
- Clojure Extension Version: 0.1.0
Description
Noticed this when moving cursor around in extracted jar file clojure.core.
I think this might be caused by setting a breakpoint in the extracted jar file and then moving the cursor around causes docstring lookups which hit the breakpoint. Not sure why it doesn't indicate the breakpoint event.
I have reached the conclusion that, for now, one should not set breakpoints in extracted jar files, or at least not in closure.core.