jdb-java-1 (1) Linux Manual Page
Name jdb – The Java Debugger jdb helps you find and fix bugs in Java language programs. SYNOPSIS jdb[options][class][arguments] options Command-line options, as specified below. class Name of the class to begin debugging. arguments Arguments passed to the main() method of class. DESCRIPTION The Java Debugger, jdb, is a simple command-line debugger for Java classes….
