vscode-rdbg
vscode-rdbg copied to clipboard
VSCode Ruby rdbg Debugger
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.12 to 10.3.15. Commits 921c4b9 10.3.15 57f5551 engines: need 14.18, where 'node:path' shows up 4da30cd 10.3.14 0e7f0cf [email protected] d6a9d05 10.3.13 435d1f7 fix: use node:-prefixed requires for builtins...
Bumps [vscode-extension-tester](https://github.com/redhat-developer/vscode-extension-tester/tree/HEAD/packages/extester) from 7.3.2 to 8.2.0. Release notes Sourced from vscode-extension-tester's releases. v8.2.0 What's Changed 🚀 Features feat: Add code coverage support by @TamiTakamiya in redhat-developer/vscode-extension-tester#1234 feat: Add support for...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.12.11. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I am running my rails server with the command `rdbg -n -c --open=vscode -- rails s` and it will open VS Code but running the attach configuration will result in...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
For https://github.com/ruby/vscode-rdbg/issues/372 - Introduce a new adapter `MultiSessionDebugAdapter` where it emits events with all socket paths - Add a listener that subscribes to custom events that `MultiSessionDebugAdapter` emits, which attach...
Currently, we use a shell to find a Ruby interpreter path. However, this causes a lot of problems. To solve this problem, we plan to introduce a way of finding...
This is an enhancement request. When configuring the **rdbg** in **launch.json** for **launch** request, an **envFile** option will be helpful instead of key in all the **env** variables. **envFile** option...
I'm able to run Rspec on a given line with the following `rdbg` call: ``` rdbg -c -- bundle exec rspec my_spec.rb:123 ``` I could also make it work within...