[ruby-talk:444353] ruby -r debug runs through the entire program when started

Ruby version ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x64-mingw-ucrt]

when using 'ruby -r debug programName.rb ' the debug runs through to the end without stopping no matter which ruby program is run. I've not had the problem with previous versions of ruby. I would appreciate any information to fix the problem

Thanks

Tom Reilly

···

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org

I don't know what version you were using before, but
Starting with Ruby 3.1.0, lib/debug.rb has been replaced by debug.gem.

Golirev

···

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org