ruby/test/-ext-/debug
Yusuke Endoh 9d1b000bd1 Show the method owner in backtraces
```
test.rb:1:in 'Object#toplevel_meth': unhandled exception
        from test.rb:4:in 'Foo.class_meth'
        from test.rb:6:in 'Foo#instance_meth'
        from test.rb:11:in 'singleton_meth'
        from test.rb:13:in '<main>'
```

[Feature #19117]
2024-02-15 19:11:58 +09:00
..
test_debug.rb Show the method owner in backtraces 2024-02-15 19:11:58 +09:00
test_profile_frames.rb Fix use of the rb_profile_frames start parameter 2023-12-28 08:58:21 -08:00