Closed st0012 closed 6 months ago
Although #946 was caused by file loading order change, I believe it's better not to rely on caller location for the binding.irb check. So this PR flags Irb instances that are created from binding.irb, and use that info to inform debug commands.
binding.irb
Irb
debug
Closes #946
Although #946 was caused by file loading order change, I believe it's better not to rely on caller location for the
binding.irb
check. So this PR flagsIrb
instances that are created frombinding.irb
, and use that info to informdebug
commands.Closes #946