vscode-rdbg icon indicating copy to clipboard operation
vscode-rdbg copied to clipboard

VSCode Ruby rdbg Debugger

Results 71 vscode-rdbg issues
Sort by recently updated
recently updated
newest added

It always breaks in the ruby_executable_hooks.rb file first. After hitting continue it works fine. I am using below configuration. I cannot find any option to suppress this behavior. Is this...

Hi. When trying to connect to the debuggee, I have this message: ``` Error: Failed to activate Ruby environment using rbenv. Error: Error: Command failed: /opt/homebrew/bin/fish -lic 'rbenv exec ruby'...

Hello, everyone! I get this error each time I debug a file with rdbg(script). The issue seems to be with pry-byebug. I get this: /Users/emanzurv/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:17: warning: undefining the allocator of...

First of all, I recently discovered that when using Vs Code's **debug console** I can actually click on each line output and it will expand the object (so if it's...

When I launch the program to be debugged without the `-n` option, the debugger pauses on the first line of the program, as documented. I can continue the debugger and...

When trying to debug a file that is in iCloud, I get an error something like: can't open file '/Users/XXX/Library/Mobile' That is because iCloud files are stored in a folder...

Do you plan to publish your extension to Open VSX registry? VSCodium users are not using same registry as VSCode users. https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

Historically I have been using pry to debug in console. I am trying to do something similar with rdbg where I can launch from console and run specific class and...

info-needed