Configure Code Assistance Wizard: Configure Code Assistance

See Also 

For a C/C++ Project With Existing Sources, the Configure Code Assistance wizard lets you specify how your code will be parsed by the built-in parser used for the code assistance features of the IDE.

The Configure Code Assistance page lets you specify the folder that contains the source files for your project and how it should be explored to determine the parsing options.

The Explore Executable or Library File mode and the Explore Object Files in Folder mode require that the project has been built with debugging information. If you are using a Oracle Solaris Studio compiler, building with the -g option is sufficient. If you are using a GNU compiler, use the following options:

-g3 -gdwarf-2
See also
  Configure Code Assistance Wizard: Select Mode
Configure Code Assistance Wizard: Select Analyzed File(s)
Configure Code Assistance Wizard: Configuration Level
Configure Code Assistance Wizard: View Configuration

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.