Starting the debugger for an HPC Java DLL

You can start debugging a High Performance Compiled (HPC) Java DLL (.jll or .jlc files) from a command line with the following syntax:

jlldbg [/debug <idebug_options>] [/run] [<run-options>] [program-name [program-parameters]]

where:

debugger-options includes zero or more valid options supported by the idebug command. For a list of options and their descriptions see the idebug command reference below.
run-options
include zero or more valid options supported by the hpjava command
program-name
the name of a class file. The executable must be locatable through the CLASSPATH environment variable.
program-parameters
the name of the executable file

Note:  If the /debug option is used, the /run option (with or without run-options) must be specified.

If you do not specify a program name, the debugger opens the Load Program dialog where you can enter the program name and any parameters.

ngrelr.gif (548 bytes)
idebug command