[ 源代码: ruby-byebug ]
软件包:ruby-byebug(11.1.3-1)
Ruby fast debugger - base + CLI
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.
其他与 ruby-byebug 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libruby2.7 (>= 2.7.0~preview2)
- Libraries necessary to run Ruby 2.7
-
- dep: ruby (<< 1:2.8~)
- Interpreter of object-oriented scripting language Ruby (default version)
- dep: ruby (>= 1:2.7~0)
-
- dep: ruby-columnize (>= 0.9.0)
- Ruby library to format arrays as column-aligned strings