vscode-clojure-debug icon indicating copy to clipboard operation
vscode-clojure-debug copied to clipboard

Seeing spurious calls to get variables from the debugger, when no breakpoint has been hit.

Open indiejames opened this issue 9 years ago • 1 comments

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.

indiejames avatar Dec 28 '16 04:12 indiejames

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.

indiejames avatar Dec 30 '16 22:12 indiejames