https://github.com/banister/debug_inspector
Last synced: 1 day ago
Repository metadata:
A Ruby wrapper for the MRI 2.0 debug_inspector API
- Host: GitHub
- URL: https://github.com/banister/debug_inspector
- Owner: banister
- License: mit
- Created: 2013-02-08T19:13:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T13:13:25.000Z (11 months ago)
- Last Synced: 2024-09-02T05:18:05.391Z (2 months ago)
- Language: Ruby
- Size: 67.4 KB
- Stars: 58
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: John Mair
- Login: banister
- Email:
- Kind: user
- Description: I created Pry, binding_of_caller, method_source, debug_inspector, and so on
- Website: http://twitter.com/banisterfiend
- Location: The Hague, Netherlands
- Twitter:
- Company: Secret
- Icon url: https://avatars.githubusercontent.com/u/17518?u=67690ef926a5f4bee3fcc01091b6b2ece18fe9ee&v=4
- Repositories: 76
- Last Synced at: 2023-04-09T03:40:22.037Z
- Profile URL: https://github.com/banister
- Sponsor URL:
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 | 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
- Total packages: 2
-
Total downloads:
- rubygems: 144,941,907 total
- Total docker downloads: 642,374,453
- Total dependent packages: 14 (may contain duplicates)
- Total dependent repositories: 188,756 (may contain duplicates)
- Total versions: 13
- Total maintainers: 3
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
- minitest >= 0
- rake >= 0
- rake-compiler >= 0
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite