Can you debug a JAR file?
You can debug a JAR file using dbx as in the following example. When you start debugging a file that has a file name ending in . jar, dbx uses the Main_Class attribute specified in the manifest of this JAR file to determine the main class.