Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Why Use the Oracle Solaris Studio IDE?

Oracle Solaris Studio offers a graphical integrated development environment (IDE) that is built on the NetBeans platform and configured with Oracle Solaris Studio tools suite directly in the environment. In the IDE, you can do the following:

  • Compile and build code with Oracle Solaris Studio C, C++, and Fortran compilers and the dmake distributed make command.

  • Debug code with dbx debugger For more information, see Chapter 7, Debugging Your Application.

  • Profile your code with profiling tools that integrate Oracle Solaris Studio analysis tools:

    • Run Monitor tools uses Performance Analyzer's data collection.

    • Memory Analysis tool uses discover's dynamic memory checking. For more information, see Running Memory Access Checking on Your Project.

    • Static Code Checking uses Code Analyzer's static error data collection. For more information, see Using Static Code Error Checking.

    • Data Races and Deadlocks tool uses Thread Analyzer's data collection and analysis.

  • Run the IDE locally while Oracle Solaris Studio compilers and tools installed on a remote server using remote development For more information, see Doing Remote Development.

  • Create a special distribution of the IDE while it's running on your remote build server with remote desktop distribution.

The rest of this guide shows how to use all these features in the IDE.