vscode-ruby-test-adapter icon indicating copy to clipboard operation
vscode-ruby-test-adapter copied to clipboard

Support debug gem

Open tomoasleep opened this issue 1 year ago • 3 comments

This PR enables debug tests with debug gem by using vscode-rdbg extension. (debug gem is bundled with Ruby 3.1+)

Users can choose which debugger to use by rubyTestExplorer.debugger configuration. (rdebug-ide or rdbg)

Example

image

tomoasleep avatar Mar 21 '23 12:03 tomoasleep

Thank you! My biggest concern with merging this right now would be the merge conflicts/issues it may cause with the rewrite in #90. I may ask that we wait until that's merged, or to rebase this PR on top of that one.

connorshea avatar Mar 30 '23 11:03 connorshea

This isn't a particularly big PR, so it shouldn't be too much work to incorporate it into the rewrite if you want to get it merged, and I'd be happy to do so :)

Tabby avatar Mar 30 '23 13:03 Tabby

Thank you! I'll try to make another patch based on https://github.com/connorshea/vscode-ruby-test-adapter/pull/90.

tomoasleep avatar Apr 08 '23 13:04 tomoasleep