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

A VS Code package for developing Clojure code

Results 53 vscode-clojure-debug issues
Sort by recently updated
recently updated
newest added

### Environment - VSCode Version: 1.13.1 - OS Version: 10.11.6 - Clojure Extension Version: 1.2.0 ### Description If I start a debug repl in a clojure project, should I be...

### Environment - VSCode Version: 1.12.2 - OS Version: Windows 10 (1607) - Clojure Extension Version: 1.1.0 - Java version: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)...

bug

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...

enhancement

A call trace that shows function calls with arguments and return values that is generated automatically would be very useful when analyzing code. Something along the lines of [Sayid](https://github.com/bpiel/sayid) would...

enhancement

### 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...

bug

### Environment - VSCode Version: 1.12.1 - OS Version: Windows 7 Ultimate - Clojure Extension Version: 1.0.2 ### Description If I highlight some code that is separated by a couple...

bug

### Environment - VSCode Version: 1.8.1 - OS Version: OS X - Clojure Extension Version: 0.1.0 ### Description Executing a 'step in' at a breakpoint does not go to a...

bug

It should be possible to launch the internal REPL directly without using lein. This would remove the dependency and be one less setting for the user.

enhancement

Commands like "refresh" should set a status message with the pulse icon in the status bar when they start and then set a completion message when they finish.

enhancement