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

Issue when running the debugger.

Open schwann2402 opened this issue 2 years ago • 1 comments

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

schwann2402 avatar Sep 07 '23 06:09 schwann2402

Do you mix debug.gem with byebug?

ko1 avatar Dec 25 '23 16:12 ko1