jdb-java-1.8.0-openjdk-1.8.0.121-0.b13.el7_3.x86_64-debug (1) Linux Manual Page
jdb – Finds and fixes bugs in Java platform programs. Synopsis jdb [options] [classname] [arguments] options Command-line options. See Options. classname Name of the main class to debug. arguments Arguments passed to the main() method of the class. Description The Java Debugger (JDB) is a simple command-line debugger for Java classes. The jdb command and…
