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

Step debugging is flakey.

Open indiejames opened this issue 8 years ago • 0 comments

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.

indiejames avatar May 24 '17 00:05 indiejames