vscode-rdbg
vscode-rdbg copied to clipboard
VSCode Ruby rdbg Debugger
#91 introduced launching without a terminal, only in debug console. But all logs go to the active debug console - So if you have multiple debuggers going - the ruby...
When running a `launch` command, the logs indicate the `useBundler` option is being applied to the user-provided `command`, but not to `rdbg` itself, e.g. `rdbg -- bundle exec /project/bin/rails test...
When I try to run "Debug Rails with rdbg" the server doesn't start. It just seems to freeze. Same with "Attach with rdbg". Nothing seems to happen. I'm not sure...
I can't seem to set breakpoints from vscode (i.e clicking on a line of code) and the debugger will never pause. Adding a breakpoint via `binding.break` works fine, however, although...
Hi, thanks for working on debugging integration for ruby in VS Code! I've just started out trying to figure out how to get this into our project and so far...
Thanks for making this awesome debugger extension! Launching tests work out of the box, which is cool, although attaching to our servers don't have a ideal developer experience. ## Problem...
### My setup - OS: MacOS - managing ruby versions with chruby - Rails 6.1 project running ruby 3.0.6, the workspace has a `.ruby-version` file with contents `3.0.6`, `Gemfile` also...
pls hard-delete this
Hi there, I wanted to report an issue I came across trying to attach a debugger to a running Rails process after upgrading this plugin to v0.2.1. I'm unable to...
The launch configuration is very useful for starting a new process and debugging it. But it currently _requires_ the process to be launched via `rdbg`. The attach configuration is more...