GDB for the MSP430 processors (development version)
msp430-gdb is a version of the GNU Debugger that through the mspdebug program can be used to debug code for the MSP430 processors. This is the development version.
msp430-gdb is a version of the GNU Debugger that through the mspdebug program can be used to debug code for the MSP430 processors. This is the development version.
To install msp430-gdb-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install msp430-gdb-devel
To see what files were installed by msp430-gdb-devel, run:
port contents msp430-gdb-devel
To later upgrade msp430-gdb-devel, run:
sudo port selfupdate && sudo port upgrade msp430-gdb-devel
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.