vscode-clojure-debug
vscode-clojure-debug copied to clipboard
Step debugging is flakey.
Environment
- VSCode Version: 1.12.2
- OS Version: All
- Clojure Extension Version: 1.1.0
Description
Step debugging is hit or miss. Mostly miss. One particular problem is that we stepping over/in code sometimes seems to take you into a Java frame. It may be possible to check the current stratum and continue stepping until entering a frame with a Clojure stratum.