byebug
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
for call stack navigation. The core component provides support that
front-ends can build on. It provides breakpoint handling and bindings for
stack frames among other things and it comes with an easy to use command
line interface.
- Sources inherited from project SUSE:SLE-15:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:GA/rubygem-byebug && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
byebug-9.1.0.gem | 0000079872 78 KB | |
gem2rpm.yml | 0000001981 1.93 KB | |
rubygem-byebug-rpmlintrc | 0000000045 45 Bytes | |
rubygem-byebug.changes | 0000017215 16.8 KB | |
rubygem-byebug.spec | 0000002370 2.31 KB |
Latest Revision
Stefan Behlert (sbehlert)
committed
(revision 2)
- only build on 2.2 and newer - updated to version 9.1.0 see installed CHANGELOG.md ## 9.1.0 - 2016-08-22 ### Added * Better UI messages for breakpoint management. ### Fixed * `where` command failing on instance_exec block stack frames. * `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3). * `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3). ### Removed * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.
Comments 0