System Admins and Developers
Debugging Applications
|
dbx that set it apart from the rest: dbx command-line console from within the NetBeans-based IDE with full parity between the IDE and dbx command-line programmable console.Use the stand-alone GUI-based dbx debugger dbxtool.
Use the Thread Analyzer to look for data-races and deadlocks in threaded applications.
dbxtool, is now available with Sun Studio software. The dbx debugger is also available as a command-line utility and is fully integrated into the Sun Studio NetBeans-based IDE. View the screencast to learn about dbxtool and the features of the dbx debugger. dbx to display the value of local variables and function parameters when applications are compiled with high-level compiler optimization options such as -O2, -O3, -O4, and -O5. (November 2008)dbx command-line debugger. (May 2008)dbx debugger for both source-level and instruction-level debugging. (May 2008)dbx debugger efficiently to display the contents of memory at specified addresses, and how to display machine instructions. (May 2008)dbx is used to debug a particularly thorny JVM hang on a Solaris x86 system. (March 2008)dbx doesn't have all the information it needs. (April 12, 2006)dbx, this article explains the long-standing dependencies that dbx has on various system libraries, how those dependencies can cause problems, and how to fix those problems. (revised March 28, 2006)