Your environment
vscode-ruby version: V0.28.1
- Ruby version: 3.0.2
- Ruby version manager (if any): rbenv
- VS Code version: 1.62.3
- Operating System: macOS 12.0.1
- Using language server? true
Request
There is a newer debug gem https://github.com/ruby/debug that offers a very comprehensive feature set, and a new VScode extension demonstrates it in action without any other extensions required: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg — specifically being able to remote debug code triggered from within-the-code-itself works great. It would be nice to explore switching the debugger over to the official extension as it has more features and appears to integrate well with with VSCode.