ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Revert "Add launchable integration" #1081

Closed ono-max closed 9 months ago

ono-max commented 9 months ago

Reverts ruby/debug#1070

We use https://github.com/kenichiice/test-unit-runner-junitxml to report test results into Launchable. However, we can't see the stderr in Github Actions log when using it. It's hard to check the test results. Thus, we revert this PR until solving this issue.