debug_inspector

Adds methods to DebugInspector to allow for inspection of backtrace frames. The debug_inspector C extension and API were designed and built by Koichi Sasada, this project is just a gemification of his work. This library makes use of the debug inspector API which was added to MRI 2.0.0. Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a no-op. Recommended for use only in debugging situations. Do not use this in production apps.

1.2.0 7 个版本
安装
gem install debug_inspector
gem 'debug_inspector'
版本列表
1.2.0 2023-12-12
1.1.0 2021-03-23
1.1.0rc1 2021-03-17
1.0.0 2020-12-27
0.0.3 2017-05-08
0.0.2 2013-02-13
0.0.1 2013-02-08