Debug Proxy Options

To run the debug proxy from the command line, use the following command syntax:

java.exe –jar lib\jc-debug-proxy.jar <debug proxy arguments>

The command line arguments for the debug proxy are:

Command Line Argument Description
-debug-info The source debug-info file that contains debug information for system classes
-gen-debug-info Starts debug proxy in generate debug-info mode  to generate the system classes debug information file using .exp files found on the provided path
-port  The port that the Java debugger connects to
-vmPort  The port that the VM listens on.
-vmHost The hostname of the system the VM is running on
-capPath Required. Path to the cap file(s) being debugged.
-help Short description of help

For example:

java.exe -jar lib\jc-debug-proxy.jar -capPath C:\workspace\HelloWorld\deliverables\hello\javacard\hello.cap -vmPort 9090 -port 8000