vscode-rdbg
vscode-rdbg copied to clipboard
Issue when running the debugger.
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 T_DATA class Byebug::ThreadsTable /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 T_DATA class Byebug::Context
Any help is appreciated. Thanks
Do you mix debug.gem with byebug?