Debugging Applications
HPCJ offers limited support for single-stepping. However, more
extensive support, such as variable examination and expression
evaluation, is not currently offered.
To debug HPCJ-built applications:
- Specify the -g option with the hpj
command to generate debugging information.
- Use one of the following debuggers to debug your
application:
- idebug (IBM VisualAge for C++ for Windows)
- ipmd (IBM VisualAge for C++ for OS/2)
- xldb or dbx (IBM AIX)


Debug Support