The Plug-in for the AIX® DBX debugger gives DBX users enhanced features when working on Java™ processes or core files generated by Java processes.
The Plug-in requires a version of DBX that supports the Plug-in interface. Use the DBX command pluginload to find out whether your version of DBX has this support. All supported AIX versions include this support.
pluginload $JAVAHOME/jre/lib/ppc64/softrealtime/libdbx_j9.soYou can also set the DBX_PLUGIN_PATH environment variable to $JAVAHOME/jre/lib/ppc64/softrealtime. DBX automatically loads any Plug-ins found in the path given.
plugin java helpfrom the DBX prompt.
dbx $JAVAHOME/jre/lib/ppc64/softrealtime/java
(dbx) run <MyAppClass>
dbx -c .dbxinitwhere .dbxinit is the default command file.
Although the DBX Plug-in is supplied as part of the SDK, it is not supported. However, IBM® will accept bug reports.