ruby-debug-inspector 0.0.2-1.1build6 source package in Ubuntu

Changelog

ruby-debug-inspector (0.0.2-1.1build6) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Wed, 26 Feb 2020 17:10:52 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ruby-debug-inspector_0.0.2.orig.tar.gz 3.6 KiB b112e4ac44cc4b6cc8ddb6e9f94b5c0de287996d14200d2f929795459b573f82
ruby-debug-inspector_0.0.2-1.1build6.debian.tar.xz 2.6 KiB d991e2cb22dc4151e81c5fb0456424f631cc34a5364f692e3fb867d92452b19e
ruby-debug-inspector_0.0.2-1.1build6.dsc 2.2 KiB fbb5e11ca49cfb44ca2b8b9b1d812f58986f0005ab53811aa9252386e4cc93c2

Available diffs

View changes file

Binary packages built by this source

ruby-debug-inspector: Ruby wrapper for the MRI 2.0 debug_inspector API

 Adds methods to RubyVM::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.

ruby-debug-inspector-dbgsym: debug symbols for ruby-debug-inspector