v 6.1.2
GJDB is a modification of JDB, a debugger that comes with the public JDK (Java Development Kit) from Sun.
GJDB is a modification of JDB, a debugger that comes with the public JDK (Java Development Kit) from Sun. Unlike Sun's version, it also allows you to debug programs that take input from the terminal. The expression language has been extended to include much more of the language (including numerous features missing from jdb, such as array allocation, initialized array allocation, the .super operator, less fussy overload resolution, and numerous binary numeric and logical operations).
http://www.cs.berkeley.edu/~hilfingr/gjdb.html
To install gjdb, paste this into the macOS Terminal after installing MacPorts
sudo port install gjdb
| Installations | 0 |
| Requested Installations | 0 |