julia-vscode / TestItemRunner.jl

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

Debugger support #34

Closed binnisb closed 2 months ago

binnisb commented 1 year ago

I guess this is on your roadmap but it would be nice to be able to debug the tests.

blolt commented 3 months ago

Hey can I pick this up? The workflow for debugging Julia in VS code is a bit of a mess right now, especially for large end-to-end tests. Not sure if any work has been done on the matter.

davidanthoff commented 3 months ago

There is a PR over on the Julia VS Code repo where I rewrote much of the debugger integration for the extension, and that PR also adds support for debugging test items. Please give it a try, feedback is super useful at this stage.

blolt commented 3 months ago

Will check it out, thanks!

blolt commented 3 months ago

https://github.com/julia-vscode/julia-vscode/issues/3616

Just posting the issue here for documentation. Will see about giving some feedback today or tomorrow.

davidanthoff commented 2 months ago

This is now implemented in the preview version of the extension.