Ruby debugger core API written in C. Use this if you want to create your own interface to the debugger and don't want to depend on changes to the ruby-debug CLI. The API is considered somewhat stable.
Ruby debugger core API written in C. Use this if you want to create your own interface to the debugger and don't want to depend on changes to the ruby-debug CLI. The API is considered somewhat stable.
To install rb-ruby-debug-base, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-ruby-debug-base
To see what files were installed by rb-ruby-debug-base, run:
port contents rb-ruby-debug-base
To later upgrade rb-ruby-debug-base, run:
sudo port selfupdate && sudo port upgrade rb-ruby-debug-base
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.