debug_inspector icon indicating copy to clipboard operation
debug_inspector copied to clipboard

A Ruby wrapper for the MRI 2.0 debug_inspector API

Results 8 debug_inspector issues
Sort by recently updated
recently updated
newest added

TruffleRuby implements the debug_inspector C API since a few releases. So it should be easy to get this gem working on TruffleRuby. However, there is one big issue, this gem...

Hi, This might very well be a redundant question: is there any chance this port can be made to work without the underlining C implementation? e.g. I want to utilise...

I guess this issue caused by this gem, so, i create a new issue here too. feel free to close one of them, thank you. I want warp offical `binding.break`...

I guess that it is recommended to add license file such as `LICENSE.txt` or `LICENSE.md` by github or generally rather than including it in `README.md`. It is also recommended on...

Currently: ``` $ ruby -v -rdebug_inspector -e 'tap { 1.times { DebugInspector.open { |dc| pp dc.backtrace_locations; p dc.frame_binding(1) } } }' ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux] ["-e:1:in `open'", "-e:1:in...

enhancement

Versions: ``` $ ruby --version ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [x86_64-linux] $ bundle list Gems included by the bundle: * debug_inspector (1.2.0) * minitest (5.25.5) * rake (13.2.1) *...

In Ruby versions up to 3.3, a label included just the method name. Since Ruby version 3.4, if a method has an owner, e.g. a class, the label is of...