Configure Code Assistance Wizard: Configure Code Assistance
See Also
For a C/C++ Project From Existing Code, 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.
- Source files root folder. Lets you specify the folder that
contains the source files for your project.
- Select analyzer.
- Search file system for C/C++ header files. Explore the
information in header files. This mode searches the source files root
folder for header files and tries to determine the correct include
search path. This mode is valid only after your project has been
completely parsed by the built-in parser.
- Explore Executable or Library File. Explore the
debugging information in executables and library files.
- Explore Object Files in Folder. Explore debugging
information in object files.
The Explore Executable or Library File mode and the Explore
Object Files in Folder mode require that the project have been built
with debugging information. If you are using a Sun Studio compiler,
building with the -g option is sufficient. If you are using a
GNU compiler, use the following options:
-g3 -gdwarf-2
Legal Notices