I'm getting this after attaching to a process interactively:
$ rbtrace -i -p 1506101
*** attached to process 1506101
irb(main):001> self
=> #<NameError: undefined local variable or method `irb' for module RBTrace>
irb(main):002> help
=> #<NameError: undefined local variable or method `irb' for module RBTrace>
I'm getting this after attaching to a process interactively:
Using Ruby 3.3.0 and rbtrace 0.5.1