Source: ruby-rbtrace Maintainer: Debian Ruby Team Uploaders: Pirate Praveen , Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb (>= 1.0~), ruby-ffi, ruby-msgpack, ruby-optimist Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rbtrace Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rbtrace.git Homepage: https://github.com/tmm1/rbtrace Rules-Requires-Root: no XS-Ruby-Versions: all Package: ruby-rbtrace Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-ffi, ruby-msgpack, ruby-optimist, ${misc:Depends}, ${shlibs:Depends} Description: rbtrace: like strace but for ruby code rbtrace shows method calls happening inside another ruby process in real time. . rbtrace is designed to have minimal overhead, and should be safe to run in production.