You can select the Binary Parsers you require for a project to ensure the accuracy of the Project Explorer view, and to successfully
run and debug your programs. After you select the correct parser for your development environment and build your project,
you can view the symbols of the object file using the Project Explorer view. If you're building a C/C++ project, then this
tab lets you define which binary parser (e.g. ELF Parser) to use to deal with the project's binary objects.
Selecting binary parsers to ensure the accuracy of the Project Explorer view and to successfully run and debug your programs
on the Binary Parsers tab.
-
Configuration
- Refer to the "Builder settings tab" section for more information about the Configuration field.
-
Binary Parser (top pane)
- Lists all of the binary parsers currently known to CDT. Select the parsers that you want to use, and select the corresponding
line to edit parser's options, if required.
-
Binary Parser Option
- Shows the parameters for the currently selected parser in the list above. Depending on the parser you select, the options
in the list will be different (in particular, some may have no options at all).
-
Move up
- Moves the selected parser higher in list. Note that the order matters for selected parsers only: they are applied to binaries
in the same sequence as defined by the user. The order is not preserved for unchecked parsers, so you do not have to move
them.
-
Move down
- Move the selected parser lower in list. Note that the order matters for selected parsers only: they are applied to binaries
in the same sequence as defined by the user. The order is not preserved for unchecked parsers, so you do not have to move
them.
For more information about indexers, see the Choosing an indexer chapter.