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

Improve performance of var lookup at breakpoints

Open indiejames opened this issue 8 years ago • 0 comments

On large projects in can take tens of seconds before vars appear after hitting a breakpoint. One workaround for this is to print the var you want to see using the debug console input box. This is annoying - the vars should be available almost immediately.

indiejames avatar May 24 '17 00:05 indiejames