https://github.com/banister/debug_inspector

Last synced: 1 day ago

Repository metadata:

A Ruby wrapper for the MRI 2.0 debug_inspector API


Owner metadata:


Committers metadata

Last synced: 2 days ago

Total Commits: 64
Total Committers: 10
Avg Commits per committer: 6.4
Development Distribution Score (DDS): 0.484

Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.143

Name Email Commits
Robin Daugherty r****n@r****t 33
John Mair j****r@g****m 10
Benoit Daloze e****p@g****m 6
ko1 k****1@a****t 4
Jun Aruga j****a@r****m 3
r-obert r****t 3
Jun Aruga j****a 2
Chris Marshall c****s@c****m 1
Kerri Miller k****r@k****m 1
hisaichi5518 h****8@g****m 1

Issue and Pull Request metadata

Last synced: 2 days ago


Package metadata

rubygems: 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.

  • Homepage: https://github.com/banister/debug_inspector
  • Documentation: http://www.rubydoc.info/gems/debug_inspector/
  • Licenses: MIT
  • Latest release: 1.2.0 (published 11 months ago)
  • Last Synced: 2024-11-10T21:32:30.528Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 14
  • Dependent Repositories: 188,756
  • Downloads: 144,941,907 Total
  • Docker Downloads: 642,374,453
  • Rankings:
    • Dependent repos count: 0.096%
    • Downloads: 0.141%
    • Docker downloads count: 0.199%
    • Dependent packages count: 1.364%
    • Average: 2.577%
    • Forks count: 6.595%
    • Stargazers count: 7.068%
  • Maintainers (3)
go: github.com/banister/debug_inspector

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/banister/debug_inspector#section-documentation
  • Licenses:
  • Latest release: v1.2.0 (published 11 months ago)
  • Last Synced: 2024-11-10T21:32:31.406Z (2 days ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 5.171%
    • Stargazers count: 5.469%
    • Average: 7.754%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

Gemfile rubygems
  • minitest >= 0
  • rake >= 0
  • rake-compiler >= 0
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite
debug_inspector.gemspec rubygems