If you want to debug your High Performance Compiled (HPC) Java program, you must use the -g option when compiling your source with hpj command. You should also consider the following options:
Here is a partial list of compiler options to consider when compiling your classes:
Option | Purpose |
-noO | Compiles your code with optimization off. This is the default. |