Voltron is an extensible debugger UI toolkit written in Python. It aims to improve the user experience of various debuggers by enabling the attachment of utility views that can retrieve and display data from the debugger host. By running these views in other TTYs, you can build a customised debugger user interface to suit your needs.
Voltron is an extensible debugger UI toolkit written in Python. It aims to improve the user experience of various debuggers by enabling the attachment of utility views that can retrieve and display data from the debugger host. By running these views in other TTYs, you can build a customised debugger user interface to suit your needs.
To install voltron, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install voltron
To see what files were installed by voltron, run:
port contents voltron
To later upgrade voltron, run:
sudo port selfupdate && sudo port upgrade voltron
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.