jdb (1) Linux Manual Page
NAME 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 its options…
