Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Limitations of dbx With Java Code

    dbx has the following limitations when debugging Java code:

  • dbx cannot tell you the state of a Java application from a core file as it can with native code.

  • dbx cannot tell you the state of a Java application if the application is hung for some reason and dbx is not able to make procedure calls.

  • Fix and continue, and runtime checking, do not apply to Java applications.