1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | |
---|
6 | ruby.setup byebug 9.0.6 gem {} rubygems ruby23 |
---|
7 | license BSD |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | homepage https://rubygems.org/gems/byebug |
---|
11 | description Byebug is a Ruby 2 debugger. |
---|
12 | long_description ${description}\ |
---|
13 | \nIt's implemented using the Ruby 2 TracePoint C API for \ |
---|
14 | execution control and the Debug Inspector C API for call \ |
---|
15 | stack navigation. The core component provides support that \ |
---|
16 | front-ends can build on. It provides breakpoint handling and \ |
---|
17 | bindings for stack frames among other things and it comes with \ |
---|
18 | an easy to use command line interface. |
---|
19 | checksums sha256 60b508d685ecbdd0ce4c8508527e893b27b4461a347564c589b0bd5c8c656ecd \ |
---|
20 | rmd160 a11e4779bfb6e58ade4467f6ea8731f204482e4c |
---|