Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
index 4dc1c7b8d64..1d613da2e6e 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm
@@ -10,12 +10,13 @@
<body>
<h1>Selecting a binary parser</h1>
-<p>Selecting the correct parser is important to ensure the accuracy of the C/C++
+<p>Selecting the correct binary parser is important to ensure the accuracy of the C/C++
Projects view and the ability to successfully run and debug your programs. Windows users should select the
PE Windows Parser. UNIX and Linux users should select the Elf Parser. When
you select the correct parser for your development environment and build your
project, you can view the components of the .o file in the C/C++ Projects view
-and view the contents of the .o file in the C/C++ editor.</p>
+and view the contents of the .o file in the C/C++ editor. You can also easily browse for the executable when
+defining run/debug configurations.</p>
<p>You can define the properties on a per project basis from the New Project
wizard, in the C/C++ Projects view or in the Navigator view. You can also define
@@ -45,7 +46,7 @@ project properties in the Preferences window for future standard make projects.<
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_newproj_parser_binary.htm">Binary Parser, C/C++ Properties window</a></p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>

Back to the top