tmm1 / rbtrace

like strace, but for ruby code
MIT License
1.71k stars 65 forks source link

NameError: undefined local variable or method `irb' for module RBTrace #94

Closed paddor closed 4 months ago

paddor commented 10 months ago

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>

Using Ruby 3.3.0 and rbtrace 0.5.1

simi commented 1 month ago

@paddor any idea what is causing this?

paddor commented 1 month ago

@simi No idea, sorry. Haven't tried again ever since then.