Termdebug is a set of utilities to record and replay the input and output of terminal programs
Termdebug is a set of utilities to record and replay the input and output of terminal programs Its main goal is to aid in developing and debugging terminal programs. Other programs such as termrec/termplay, nethack-recorder/player and script/scriptreplay only record the output. However, when debugging an interactive terminal program, the input is often as important as the output.
Termdebug is a set of utilities to record and replay the input and output of terminal programs Its main goal is to aid in developing and debugging terminal programs. Other programs such as termrec/termplay, nethack-recorder/player and script/scriptreplay only record the output. However, when debugging an interactive terminal program, the input is often as important as the output.
To install termdebug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install termdebug
To see what files were installed by termdebug, run:
port contents termdebug
To later upgrade termdebug, run:
sudo port selfupdate && sudo port upgrade termdebug
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.