julia-vscode / TestItemRunner.jl

Run Julia test items
MIT License
76 stars 11 forks source link

Debugging and TestItemRunner #68

Closed feribg closed 2 months ago

feribg commented 5 months ago

Here's a more detailed thread, but I cant seem to find a way to debug either individual tests or the entire runtests.jl file. Also clicking debug test from the VSCode UI does nothing, the test run is gray and seemingly skipped. Whats the recommended way to debug unit tests ?

https://discourse.julialang.org/t/unit-tests-debugger-vscode/113419/3

davidanthoff commented 2 months ago

The VS Code preview version of the extension now has support for debugging of test items. Please give it a try, and if you run into errors or bugs please open new issues here.