indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Improve performance of var lookup at breakpoints #133

Open indiejames opened 7 years ago

indiejames commented 7 years ago

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.