1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-24 00:33:48 +02:00

Bug 269416 – [Accessibility] The ALT attribute should be defined for images

This commit is contained in:
Vivian Kong 2009-05-05 20:53:52 +00:00
parent 566589ba46
commit d631a9cfb5
52 changed files with 275 additions and 274 deletions

View file

@ -41,10 +41,10 @@ installed on your system.</p>
C/C++ Properties window</a><br> C/C++ Properties window</a><br>
</p> </p>
<p> <a href="cdt_w_debug.htm"> <p> <a href="cdt_w_debug.htm">
<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <b><a <img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <b><a
href="cdt_w_debug.htm">Next: Debugging a project</a></b></p> href="cdt_w_debug.htm">Next: Debugging a project</a></b></p>
<p align="left"> <a href="cdt_w_newmake.htm"> <p align="left"> <a href="cdt_w_newmake.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a <img border="0" src="../images/ngback.gif" width="16" height="16" alt="Previous icon"></a> <b><a
href="cdt_w_newmake.htm">Back: Creating a makefile</a></b></p> href="cdt_w_newmake.htm">Back: Creating a makefile</a></b></p>
<p> <p>
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p> <img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p>

View file

@ -49,7 +49,7 @@ examining the contents of variables.</p>
<p>To learn more about the debugging, see to the related debug conceptual topics.</p> <p>To learn more about the debugging, see to the related debug conceptual topics.</p>
<p align="left"> <a href="cdt_w_build.htm"> <p align="left"> <a href="cdt_w_build.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16"></a><b> <a href="cdt_w_build.htm">Back: Building a project</a></b>&nbsp;&nbsp;&nbsp; </p> <img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a><b> <a href="cdt_w_build.htm">Back: Building a project</a></b>&nbsp;&nbsp;&nbsp; </p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>

View file

@ -78,11 +78,11 @@ can build your HelloWorld project, you must create a makefile.</p>
<p> <p>
<a href="cdt_w_newmake.htm" style="text-decoration: none"> <a href="cdt_w_newmake.htm" style="text-decoration: none">
<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <b><a href="cdt_w_newmake.htm">Next: Creating your makefile </a> </b> <img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <b><a href="cdt_w_newmake.htm">Next: Creating your makefile </a> </b>
</p> </p>
<p align="left"><a href="cdt_w_newproj.htm" style="text-decoration: none"> <p align="left"><a href="cdt_w_newproj.htm" style="text-decoration: none">
<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a href="cdt_w_newproj.htm">Back: Creating your project</a></b></p> <img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <b><a href="cdt_w_newproj.htm">Back: Creating your project</a></b></p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>

View file

@ -54,14 +54,14 @@ contains main.cpp and makefile. You can now build your HelloWorld project.</p>
<p> <p>
<a href="cdt_w_build.htm" style="text-decoration: none"> <a href="cdt_w_build.htm" style="text-decoration: none">
<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a>
<b><a href="cdt_w_build.htm"> <b><a href="cdt_w_build.htm">
Next: Building your project</a><a href="cdt_w_build.htm" style="text-decoration: none"> </a> </b> Next: Building your project</a><a href="cdt_w_build.htm" style="text-decoration: none"> </a> </b>
</p> </p>
<p align="left"> <p align="left">
<a href="cdt_w_newcpp.htm"> <a href="cdt_w_newcpp.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a href="cdt_w_newcpp.htm">Back: Creating your C++ file</a></b> </p> <img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <b><a href="cdt_w_newcpp.htm">Back: Creating your C++ file</a></b> </p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_o_projects.htm">Project</a><br> <a href="../concepts/cdt_o_projects.htm">Project</a><br>

View file

@ -82,7 +82,7 @@ program.</p>
<p><b>Tip:</b> You can view and modify the properties of your <p><b>Tip:</b> You can view and modify the properties of your
HelloWorld project by right-clicking on the project in the C/C++ Projects HelloWorld project by right-clicking on the project in the C/C++ Projects
view and clicking Properties.</p> <p><a style="text-decoration: none" href="cdt_w_newcpp.htm"><img view and clicking Properties.</p> <p><a style="text-decoration: none" href="cdt_w_newcpp.htm"><img
src="../images/ngnext.gif" height="16" width="16" border="0"></a> <a href="cdt_w_newcpp.htm"><b> src="../images/ngnext.gif" height="16" width="16" border="0" alt="Next Icon"></a> <a href="cdt_w_newcpp.htm"><b>
Next: Creating your C++ file</b></a></p> <p align="left">For more information Next: Creating your C++ file</b></a></p> <p align="left">For more information
about:</p> <ul> about:</p> <ul>
<li>Projects, see <b>Workbench User Guide > Concepts > Workbench > Resources <li>Projects, see <b>Workbench User Guide > Concepts > Workbench > Resources

View file

@ -14,7 +14,7 @@
<p style="margin-top: 0">Customizes the managed make project settings for the <p style="margin-top: 0">Customizes the managed make project settings for the
entire workspace.</p> entire workspace.</p>
<p style="margin-top: 0"> <p style="margin-top: 0">
<img border="0" src="../images/mpref.png" width="580" height="525"></p> <img border="0" src="../images/mpref.png" width="580" height="525" alt="Managed Build preference page"></p>
<p style="margin-top: 0">The following settings may be customized:</p> <p style="margin-top: 0">The following settings may be customized:</p>
<ul> <ul>
<li> <li>

View file

@ -13,7 +13,7 @@
<h1>Managed Make Project preferences, Build Macros</h1> <h1>Managed Make Project preferences, Build Macros</h1>
<p style="margin-top: 0">Customizes the build macros for all managed make projects in the workspace.</p> <p style="margin-top: 0">Customizes the build macros for all managed make projects in the workspace.</p>
<p style="margin-top: 0"> <p style="margin-top: 0">
<img border="0" src="../images/mpref_macro.PNG" width="580" height="525"></p> <img border="0" src="../images/mpref_macro.PNG" width="580" height="525" alt="Managed Build Macros Preference page"></p>
<p>You can add, remove and edit build macros that apply to all managed make projects in the workspace.&nbsp; <p>You can add, remove and edit build macros that apply to all managed make projects in the workspace.&nbsp;
Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.&nbsp; Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.&nbsp;
Each table contains three columns<b>:</b></p> Each table contains three columns<b>:</b></p>

View file

@ -21,7 +21,7 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings preferences</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Behaviour preferences</a><br> <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Behaviour preferences</a><br>
</p> </p>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <p><img src="../images/nokia2007Copyright.png" width="255" height="14" alt="Nokia Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body> </body>
</html> </html>

View file

@ -13,7 +13,7 @@
<h1>Appearance preferences</h1> <h1>Appearance preferences</h1>
<p>Use the <b>Appearance</b> panel of the Preferences window to customize the appearance of C elements in the viewers.</p> <p>Use the <b>Appearance</b> panel of the Preferences window to customize the appearance of C elements in the viewers.</p>
<p><img src="../images/view_appearance_prefs.png" ></p> <p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" > <table width="700px" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
@ -51,7 +51,7 @@
</tbody> </tbody>
</table> </table>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p> <p><img src="../images/nokia2007Copyright.png" width="255" height="14" alt="Nokia Copyright Statement"></p>
</body> </body>
</html> </html>

View file

@ -25,42 +25,42 @@
<td width="60%"><div align="center"><b>Description</b></div></td> <td width="60%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_next_reference.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_next_reference.png" alt="Show Next Reference icon"></div></td>
<td valign="top">Show Next Reference</td> <td valign="top">Show Next Reference</td>
<td valign="top">Selects the next functionw.</td> <td valign="top">Selects the next functionw.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_prev_reference.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_prev_reference.png" alt="Show Previous Reference icon" ></div></td>
<td valign="top">Show Previous Reference</td> <td valign="top">Show Previous Reference</td>
<td valign="top">Selects the previous function.</td> <td valign="top">Selects the previous function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_hide_variables_more.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_hide_variables_more.png" alt="Hide Variables, Constants and Enumerators icon" ></div></td>
<td valign="top">Hide Varables, Constants and Enumerators</td> <td valign="top">Hide Variables, Constants and Enumerators</td>
<td valign="top">Toggle to show or hide all variables, constants and enumerators in the view.</td> <td valign="top">Toggle to show or hide all variables, constants and enumerators in the view.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_callers.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_callers.png" alt="Show Callers icon" ></div></td>
<td valign="top">Show Callers</td> <td valign="top">Show Callers</td>
<td valign="top">Show all callers in the search scope of the selected function.</td> <td valign="top">Show all callers in the search scope of the selected function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_callees.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_callees.png" alt="Show Callees icon" ></div></td>
<td valign="top">Show Callees</td> <td valign="top">Show Callees</td>
<td valign="top">Show all members called by the currently selected function.</td> <td valign="top">Show all members called by the currently selected function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_history_list.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_history_list.png" alt="Show History List icon" ></div></td>
<td valign="top">Show History List</td> <td valign="top">Show History List</td>
<td valign="top">This menu displays a history of previously displayed call hierarchies.</td> <td valign="top">This menu displays a history of previously displayed call hierarchies.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_refresh_view_contents.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_refresh_view_contents.png" alt="Refresh View Contents icon" ></div></td>
<td valign="top">Refresh View Contents</td> <td valign="top">Refresh View Contents</td>
<td valign="top">Refreshes the view to reflect the current state of the function.</td> <td valign="top">Refreshes the view to reflect the current state of the function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_menu_white.png" ></div></td> <td valign="top"><div align="center"><img src="../images/icon_menu_white.png" alt="Menu icon" ></div></td>
<td valign="top">Menu</td> <td valign="top">Menu</td>
<td valign="top">Provides commands for: <ul><li>Using working sets</li> <td valign="top">Provides commands for: <ul><li>Using working sets</li>
<li>Showings Callers or Callees</li> <li>Showings Callers or Callees</li>

View file

@ -54,38 +54,38 @@ The dialog also indicates the total number of lines in the console buffer.
<table border="1" cellpadding="1" cellspacing="0"> <table border="1" cellpadding="1" cellspacing="0">
<tr><th>Icon</th><th>Command</th><th>Description</th></tr> <tr><th>Icon</th><th>Command</th><th>Description</th></tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_terminate.png"></td> <td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>
<td valign="top">Terminate</td> <td valign="top">Terminate</td>
<td valign="top">Terminates the process that is currently associated with the console.</td> <td valign="top">Terminates the process that is currently associated with the console.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png"></td> <td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remote all Terminated Launches icon"></td>
<td valign="top">Remove all Terminated Launches</td> <td valign="top">Remove all Terminated Launches</td>
<td valign="top">Removes all terminated launches that are associated with the console.</td> <td valign="top">Removes all terminated launches that are associated with the console.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png"></td> <td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
<td valign="top">Scroll Lock</td> <td valign="top">Scroll Lock</td>
<td valign="top">Toggles the Scroll Lock.</td> <td valign="top">Toggles the Scroll Lock.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_clear.png"></td> <td align="center" valign="top"><img src="../images/icon_con_clear.png" alt="Clear Console icon"></td>
<td valign="top">Clear Console</td> <td valign="top">Clear Console</td>
<td valign="top">Clears the console.</td> <td valign="top">Clears the console.</td>
</tr> </tr>
<td align="center" valign="top"><img src="../images/icon_con_pin.png"></td> <td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
<td valign="top">Pin Console</td> <td valign="top">Pin Console</td>
<td valign="top">Forces the Console view to remain on top of other views in the window area.</td> <td valign="top">Forces the Console view to remain on top of other views in the window area.</td>
</tr> </tr>
<td align="center" valign="top"><img src="../images/icon_con_disp_console.png"></td> <td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
<td valign="top">Display Selected Console</td> <td valign="top">Display Selected Console</td>
<td valign="top">If multiple consoles are open, you can select the one to display from a list.</td> <td valign="top">If multiple consoles are open, you can select the one to display from a list.</td>
</tr> </tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Console icon"></td>
<td valign="top">Minimize Console</td> <td valign="top">Minimize Console</td>
<td valign="top">Minimizes the Console view.</td> <td valign="top">Minimizes the Console view.</td>
</tr> </tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Console icon"></td>
<td valign="top">Maximize Console</td> <td valign="top">Maximize Console</td>
<td valign="top">Maximizes the Console view.</td> <td valign="top">Maximizes the Console view.</td>
</tr> </tr>

View file

@ -34,12 +34,12 @@ Files that you select in the C/C++ Projects view affect the information that is
<th>Description</th> <th>Description</th>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Icon"></td>
<td valign="top"><b>Minimize</b></td> <td valign="top"><b>Minimize</b></td>
<td valign="top">Minimizes the view.</td> <td valign="top">Minimizes the view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Icon"></td>
<td valign="top"><b>Maximize</b></td> <td valign="top"><b>Maximize</b></td>
<td valign="top">Maximizes the view.</td> <td valign="top">Maximizes the view.</td>
</tr> </tr>
@ -112,97 +112,97 @@ Files that you select in the C/C++ Projects view affect the information that is
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16"></td> <img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td>
<td width="81%">C or C++ file</td> <td width="81%">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td> <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td>
<td width="81%">Class</td> <td width="81%">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td> <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td>
<td width="81%">Macro Definition</td> <td width="81%">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enum_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td>
<td width="81%">Enum</td> <td width="81%">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td>
<td width="81%">Enumerator</td> <td width="81%">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td> <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td>
<td width="81%">Variable</td> <td width="81%">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td width="81%">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td width="81%">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td width="81%">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/include_obj.gif" width="16" height="16"></td> <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td width="81%">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/makefile.gif" width="16" height="16"></td> <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td width="81%">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td width="81%">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td width="81%">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td width="81%">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/namespace_obj.gif" width="16" height="16"></td> <img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td width="81%">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/struct_obj.gif" width="16" height="16"></td> <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td width="81%">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16"></td> <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
<td width="81%">Type definition</td> <td width="81%">Type definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/union_obj.gif" width="16" height="16"></td> <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td width="81%">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/function_obj.gif" width="16" height="16"></td> <img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td width="81%">Function</td>
</tr> </tr>
</table> </table>

View file

@ -12,7 +12,7 @@
<h1>Breakpoint Actions preferences</h1> <h1>Breakpoint Actions preferences</h1>
<p>Use the <b>Breakpoint Actions</b> page in the Preferences window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p> <p>Use the <b>Breakpoint Actions</b> page in the Preferences window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p>
<p><img src="../images/cdt_pref_brk_action.png" width="581" height="527"></p> <p><img src="../images/cdt_pref_brk_action.png" width="581" height="527" alt="Breakpoint Actions preference page"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><b>Breakpoint Actions Preference Options</b></caption> <caption><b>Breakpoint Actions Preference Options</b></caption>

View file

@ -33,7 +33,7 @@ thread identification number (TID).</p>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td width="76" valign="top"><center>
<img src="../images/icon_db_launch_instance.png" width="19" height="16"> <img src="../images/icon_db_launch_instance.png" width="19" height="16" alt="Launch instance icon">
</center> </td> </center> </td>
<td width="169" valign="top">Launch instance </td> <td width="169" valign="top">Launch instance </td>
<td width="317" valign="top">Launch configuration name and launch type </td> <td width="317" valign="top">Launch configuration name and launch type </td>
@ -41,21 +41,21 @@ thread identification number (TID).</p>
<tr> <tr>
<td width="76" valign="top"><center> <td width="76" valign="top"><center>
<img alt="Icon: Debugger" src="../images/icon_debugt_obj.gif" width="16" height="16"> <img alt="Icon: Debugger" src="../images/icon_debugt_obj.gif" width="16" height="16">
&nbsp;<img src="../images/icon_db_debug.png" width="16" height="17"> &nbsp;<img src="../images/icon_db_debug.png" width="16" height="17" alt="Debugger instance icon">
</center> </td> </center> </td>
<td width="169" valign="top">Debugger instance </td> <td width="169" valign="top">Debugger instance </td>
<td width="317" valign="top">Debugger name and state</td> <td width="317" valign="top">Debugger name and state</td>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td width="76" valign="top"><center>
<img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16"> <img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" alt="Thread instance icon" width="16" height="16"> &nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16">
</center> </td> </center> </td>
<td width="169" valign="top">Thread instance </td> <td width="169" valign="top">Thread instance </td>
<td width="317" valign="top">Thread number and state</td> <td width="317" valign="top">Thread number and state</td>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td width="76" valign="top"><center>
<img src="../images/icon_db_stack_frame.png" width="16" height="15"> <img src="../images/icon_db_stack_frame.png" alt="Stack frame instance icon" width="16" height="15">
</center> </td> </center> </td>
<td width="169" valign="top">Stack frame instance </td> <td width="169" valign="top">Stack frame instance </td>
<td width="317" valign="top">Stack frame number, function, file name, and file line number </td> <td width="317" valign="top">Stack frame number, function, file name, and file line number </td>
@ -76,42 +76,42 @@ from Debug view.</p>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_terminate_all.png" width="21" height="20"> <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated launches icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Remove All Terminated Launches </b></td> <td align="left" valign="top"><b>Remove All Terminated Launches </b></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_restart.png" width="20" height="18"> <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Restart</b></td> <td align="left" valign="top"><b>Restart</b></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td> <td align="left" valign="top">Starts a new debug session for the selected process</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_resume.png" width="19" height="14"> <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Resume</b></td> <td align="left" valign="top"><b>Resume</b></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td> <td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_suspend.png" width="17" height="17"> <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Suspend</b></td> <td align="left" valign="top"><b>Suspend</b></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td> <td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr> </tr>
<tr> <tr>
<td width="45" align="left" valign="top"> <center> <td width="45" align="left" valign="top"> <center>
<img src="../images/icon_db_terminate.png" width="17" height="15"> <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td> </center> </td>
<td width="211" align="left" valign="top"><b>Terminate </b></td> <td width="211" align="left" valign="top"><b>Terminate </b></td>
<td width="638" align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td> <td width="638" align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td width="45" align="left" valign="top"> <center> <td width="45" align="left" valign="top"> <center>
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16"> <img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td> </center> </td>
<td width="211" align="left" valign="top"><b>Disconnect</b></td> <td width="211" align="left" valign="top"><b>Disconnect</b></td>
<td width="638" align="left" valign="top">Detaches the debugger from the selected process (useful for <td width="638" align="left" valign="top">Detaches the debugger from the selected process (useful for
@ -119,42 +119,42 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_stepinto.png" width="18" height="14"> <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Into </b></td> <td align="left" valign="top"><b>Step Into </b></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td> <td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_stepover.png" width="19" height="14"> <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Over </b></td> <td align="left" valign="top"><b>Step Over </b></td>
<td>Select to execute the current line, following execution inside a routine.</td> <td>Select to execute the current line, following execution inside a routine.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_stepreturn.png" width="17" height="14"> <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Return </b></td> <td align="left" valign="top"><b>Step Return </b></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td> <td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_drop_to_frame.png" width="18" height="17"> <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Drop to Frame </b></td> <td align="left" valign="top"><b>Drop to Frame </b></td>
<td align="left" valign="top">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td> <td align="left" valign="top">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_step_mode.png" width="19" height="14"> <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Instruction Stepping Mode </b></td> <td align="left" valign="top"><b>Instruction Stepping Mode </b></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td> <td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td align="left" valign="top"><center>
<img src="../images/icon_db_use_step_filters.png" width="18" height="17"> <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Use Step Filters </b></td> <td align="left" valign="top"><b>Use Step Filters </b></td>
<td align="left" valign="top">Select the Use Step Filters command to change whether step filters should be used in the Debug view.</td> <td align="left" valign="top">Select the Use Step Filters command to change whether step filters should be used in the Debug view.</td>
@ -183,7 +183,7 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_copy_stack.png" width="20" height="19"> <img src="../images/icon_db_copy_stack.png" width="20" height="19" alt="Copy Stack icon">
</center> </td> </center> </td>
<td><b>Copy Stack </b></td> <td><b>Copy Stack </b></td>
<td>Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard. </td> <td>Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard. </td>
@ -196,91 +196,91 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_drop_to_frame.png" width="18" height="17"> <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td> </center> </td>
<td><b>Drop To Frame </b></td> <td><b>Drop To Frame </b></td>
<td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td> <td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_restart.png" width="20" height="18"> <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Restart</b></td> <td align="left" valign="top"><b>Restart</b></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td> <td align="left" valign="top">Starts a new debug session for the selected process</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_stepinto.png" width="18" height="14"> <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Into </b></td> <td align="left" valign="top"><b>Step Into </b></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td> <td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_stepover.png" width="19" height="14"> <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Over </b></td> <td align="left" valign="top"><b>Step Over </b></td>
<td>Select to execute the current line, following execution inside a routine.</td> <td>Select to execute the current line, following execution inside a routine.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_stepreturn.png" width="17" height="14"> <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Step Return </b></td> <td align="left" valign="top"><b>Step Return </b></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td> <td>Select to continue execution to the end of the current routine, then follow execution to the routine&rsquo;s caller.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_step_mode.png" width="19" height="14"> <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Instruction Stepping Mode </b></td> <td align="left" valign="top"><b>Instruction Stepping Mode </b></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td> <td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_use_step_filters.png" width="18" height="17"> <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Use Step Filters </b></td> <td align="left" valign="top"><b>Use Step Filters </b></td>
<td align="left" valign="top">Toggles step filters on/off. When on, all step functions apply step filters.</td> <td align="left" valign="top">Toggles step filters on/off. When on, all step functions apply step filters.</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_resume_signal.png" width="17" height="15"> <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume without signal icon">
</center> </td> </center> </td>
<td><b>Resume Without Signal </b></td> <td><b>Resume Without Signal </b></td>
<td valign="top">Resume program execution after receiving the signal. </td> <td valign="top">Resume program execution after receiving the signal. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_resume.png" width="19" height="14"> <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Resume</b></td> <td align="left" valign="top"><b>Resume</b></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td> <td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_suspend.png" width="17" height="17"> <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Suspend</b></td> <td align="left" valign="top"><b>Suspend</b></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td> <td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_terminate.png" width="17" height="15"> <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Terminate </b></td> <td align="left" valign="top"><b>Terminate </b></td>
<td align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td> <td align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_terminate_relaunch.png" width="19" height="17"> <img src="../images/icon_db_terminate_relaunch.png" width="19" height="17" alt="Terminate and Relaunch icon">
</center> </td> </center> </td>
<td><b>Terminate and Relaunch </b></td> <td><b>Terminate and Relaunch </b></td>
<td>Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.</td> <td>Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16"> <img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Disconnect</b></td> <td align="left" valign="top"><b>Disconnect</b></td>
<td align="left" valign="top">Detaches the debugger from the selected process (useful for <td align="left" valign="top">Detaches the debugger from the selected process (useful for
@ -288,14 +288,14 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td align="left" valign="top"> <center>
<img src="../images/icon_db_terminate_all.png" width="21" height="20"> <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated icon">
</center> </td> </center> </td>
<td align="left" valign="top"><b>Remove All Terminated </b></td> <td align="left" valign="top"><b>Remove All Terminated </b></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td align="left" valign="top">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_relaunch.png" width="21" height="19"> <img src="../images/icon_db_relaunch.png" width="21" height="19" alt="Relaunch icon">
</center> </td> </center> </td>
<td><b>Relaunch</b></td> <td><b>Relaunch</b></td>
<td>This command relaunches the selected debug target. </td> <td>This command relaunches the selected debug target. </td>
@ -308,7 +308,7 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_edit_src_lookup.png" width="20" height="18"> <img src="../images/icon_db_edit_src_lookup.png" width="20" height="18" alt="Edit Source Lookup icon">
</center> </td> </center> </td>
<td><b>Edit Source Lookup... </b></td> <td><b>Edit Source Lookup... </b></td>
<td valign="top">Opens the source lookup dialog, allowing you to make changes. </td> <td valign="top">Opens the source lookup dialog, allowing you to make changes. </td>
@ -321,14 +321,14 @@ debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_terminate_remove.png" width="19" height="17"> <img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon">
</center> </td> </center> </td>
<td><b>Terminate and Remove </b></td> <td><b>Terminate and Remove </b></td>
<td>Terminates the selected debug target and removes it from the view. </td> <td>Terminates the selected debug target and removes it from the view. </td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td align="left"><center>
<img src="../images/icon_db_terminate_all2.png" width="19" height="18"> <img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon">
</center> </td> </center> </td>
<td><b>Terminate All </b></td> <td><b>Terminate All </b></td>
<td>Terminates all active launches in the view. </td> <td>Terminates all active launches in the view. </td>

View file

@ -18,7 +18,7 @@
<li>Step through the disassembly instructions of your program</li> <li>Step through the disassembly instructions of your program</li>
<li>Jump to specific instructions in the program </li> <li>Jump to specific instructions in the program </li>
</ul> </ul>
<p><img src="../images/view_dissassembly.png" width="491" height="250"></p> <p><img src="../images/view_dissassembly.png" width="491" height="250" alt="Disassembly View icon"></p>
<h3>Disassembly view context menu commands </h3> <h3>Disassembly view context menu commands </h3>
@ -31,12 +31,12 @@
<td width="46%"><div align="center"><b>Description</b></div></td> <td width="46%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_run_to_line.png" width="20" height="17"></div></td> <td valign="top"><div align="center"><img src="../images/icon_run_to_line.png" alt="Run to line icon" width="20" height="17"></div></td>
<td valign="top">Run To Line </td> <td valign="top">Run To Line </td>
<td valign="top"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p> </td> <td valign="top"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_resume_at_line.png" width="20" height="15"></div></td> <td valign="top"><div align="center"><img src="../images/icon_resume_at_line.png" alt="Resume at line icon" width="20" height="15"></div></td>
<td valign="top">Resume At Line </td> <td valign="top">Resume At Line </td>
<td valign="top">Resume program execution from the line selected in the Disassembly view. </td> <td valign="top">Resume program execution from the line selected in the Disassembly view. </td>
</tr> </tr>

View file

@ -13,7 +13,7 @@
<h1>Environment preferences</h1> <h1>Environment preferences</h1>
<p>Define environment variables and how they are used in the <b>Environment</b> preference panel. </p> <p>Define environment variables and how they are used in the <b>Environment</b> preference panel. </p>
<p><img src="../images/view_environment_prefs.png" width="721" height="641"></p> <p><img src="../images/view_environment_prefs.png" alt="Environment Preference" width="721" height="641"></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" > <table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
<b>Environment Options</b> <b>Environment Options</b>
@ -59,7 +59,7 @@
</tbody> </tbody>
</table> </table>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p> <p><img src="../images/nokia2007Copyright.png" width="255" height="14" alt="Nokia Copyright Statement"></p>
</body> </body>
</html> </html>

View file

@ -13,7 +13,7 @@
<h1>Language Mappings preferences</h1> <h1>Language Mappings preferences</h1>
<p>Customize the use of C/C++ language associations for the workspace. </p> <p>Customize the use of C/C++ language associations for the workspace. </p>
<p><img src="../images/fileprop_language_mappings.png" width="790" height="451"></p> <p><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p>
<table cellpadding="5" cellspacing="0" border="1" > <table cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
@ -48,7 +48,7 @@
</ul> </ul>
</p> </p>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p> <p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"></p>
</body> </body>
</html> </html>

View file

@ -23,102 +23,102 @@ END INFOPOP-->
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16"></td> <img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file icon"></td>
<td width="81%">C or C++ file</td> <td width="81%">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td> <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
<td width="81%">Class</td> <td width="81%">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/template_obj.gif" width="16" height="16"></td> <img border="0" src="../images/template_obj.gif" width="16" height="16" alt="Code template icon"></td>
<td width="81%">Code template</td> <td width="81%">Code template</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td> <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
<td width="81%">Macro Definition</td> <td width="81%">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enum_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
<td width="81%">Enum</td> <td width="81%">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
<td width="81%">Enumerator</td> <td width="81%">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_obj.gif" width="16" height="16" alt="Variable icon"></td>
<td width="81%">Variable</td> <td width="81%">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td width="81%">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td width="81%">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td width="81%">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/include_obj.gif" width="16" height="16"></td> <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td width="81%">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/makefile.gif" width="16" height="16"></td> <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td width="81%">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td width="81%">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td width="81%">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td width="81%">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/container_obj.gif" width="16" height="16"></td> <img border="0" src="../images/container_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td width="81%">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/struct_obj.gif" width="16" height="16"></td> <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td width="81%">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16"></td> <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Typedef icon"></td>
<td width="81%">Typedef</td> <td width="81%">Typedef</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/union_obj.gif" width="16" height="16"></td> <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td width="81%">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td> <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td width="81%">Function</td>
</tr> </tr>
</table> </table>

View file

@ -91,7 +91,7 @@ editor</a></p>
<a href="cdt_u_m_search.htm">Search action</a><br> <a href="cdt_u_m_search.htm">Search action</a><br>
<a href="cdt_u_search_view.htm">Search view</a><br> <a href="cdt_u_search_view.htm">Search view</a><br>
</p> </p>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_05a.gif" alt="Copyright" <img src="../images/ng00_05a.gif" alt="Copyright"
style="width: 324px; height: 14px;"><br> style="width: 324px; height: 14px;"><br>
</p> </p>

View file

@ -13,7 +13,7 @@
<h1>Language Mappings preferences</h1> <h1>Language Mappings preferences</h1>
<p>Customize the use of C/C++ language associations in the <b>Language Mappings</b> preference panel for the workspace. </p> <p>Customize the use of C/C++ language associations in the <b>Language Mappings</b> preference panel for the workspace. </p>
<p><img src="../images/view_language_mappings_prefs.png" width="627" height="544"></p> <p><img src="../images/view_language_mappings_prefs.png" width="627" height="544" alt="Language Mappings preferences"></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" > <table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
@ -35,7 +35,7 @@
<tr> <tr>
<td valign="top"><b>Add</b></td> <td valign="top"><b>Add</b></td>
<td valign="top"><p>Click to show the <b>Add Mapping</b> dialog where you define the content type and language associated with it. </p> <td valign="top"><p>Click to show the <b>Add Mapping</b> dialog where you define the content type and language associated with it. </p>
<p align="center"><img src="../images/view_add_mapping.png" width="216" height="134"></p></td> <p align="center"><img src="../images/view_add_mapping.png" width="216" height="134" alt="Add Mapping dialog"></p></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><b>Remove</b></td> <td valign="top"><b>Remove</b></td>
@ -59,7 +59,7 @@
</ul> </ul>
</p> </p>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p> <p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"></p>
</body> </body>
</html> </html>

View file

@ -13,7 +13,7 @@
<p>Enables you to select the make targets you want to build in your workspace.</p> <p>Enables you to select the make targets you want to build in your workspace.</p>
<p><img src="../images/view_make_targets.png"></p> <p><img src="../images/view_make_targets.png" alt="Make Targets View"></p>
<p><table border="1" cellpadding="1" cellspacing="0"> <p><table border="1" cellpadding="1" cellspacing="0">
<tr> <tr>
@ -22,22 +22,22 @@
<th>Description</th> <th>Description</th>
</tr> </tr>
<tr> <tr>
<td><img src="../images/icon_home.png"></td> <td><img src="../images/icon_home.png" alt="Home icon"></td>
<td>Home</td> <td>Home</td>
<td>Move to the top level.</td> <td>Move to the top level.</td>
</tr> </tr>
<tr> <tr>
<td><img src="../images/icon_back.png"></td> <td><img src="../images/icon_back.png" alt="Back icon"></td>
<td>Back</td> <td>Back</td>
<td>Navigates back to a previous level.</td> <td>Navigates back to a previous level.</td>
</tr> </tr>
<tr> <tr>
<td><img src="../images/icon_forward.png"></td> <td><img src="../images/icon_forward.png" alt="Forward icon"></td>
<td>Forward</td> <td>Forward</td>
<td>Navigates forward to the next level.</td> <td>Navigates forward to the next level.</td>
</tr> </tr>
<tr> <tr>
<td><img src="../images/icon_build_target.png"></td> <td><img src="../images/icon_build_target.png" alt="Build Target icon"></td>
<td>Build Target</td> <td>Build Target</td>
<td>Builds currently selected target.</td> <td>Builds currently selected target.</td>
</tr> </tr>

View file

@ -21,7 +21,7 @@ memory monitor can be displayed in different predefined data formats -- <b>memor
renderings</b>. The debugger supports five rendering types -- <b>hexadecimal</b> renderings</b>. The debugger supports five rendering types -- <b>hexadecimal</b>
(default), <b>ascii</b>, <b>signed integer</b> and <b>unsigned integer</b>. The (default), <b>ascii</b>, <b>signed integer</b> and <b>unsigned integer</b>. The
default rendering is displayed automatically on the monitor creation.</p> default rendering is displayed automatically on the monitor creation.</p>
<p><img src="../images/view_memory.png" width="718" height="235"></p> <p><img src="../images/view_memory.png" width="718" height="235" alt="Memory View"></p>
<p>The Memory view contains two <p>The Memory view contains two
panes -- the <b>Memory Monitors</b> pane and the <b>Memory Renderings</b> pane. The panes -- the <b>Memory Monitors</b> pane and the <b>Memory Renderings</b> pane. The
Memory Monitors pane displays the list of memory monitors added to the debug Memory Monitors pane displays the list of memory monitors added to the debug
@ -39,32 +39,32 @@ configured to display two renderings simultaneously.</p>
<td width="52%"><div align="center"><b>Description</b></div></td> <td width="52%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_new_memory_view.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_new_memory_view.png" width="22" height="21" alt="New Memory View icon"></div></td>
<td valign="top"><div align="left">New Memory View </div></td> <td valign="top"><div align="left">New Memory View </div></td>
<td valign="top">Click to create a new memory view.</td> <td valign="top">Click to create a new memory view.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_pin_memory.png" width="21" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_pin_memory.png" width="21" height="21" alt="Pin Memory Monitor icon"></div></td>
<td valign="top"><div align="left">Pin Memory Monitor </div></td> <td valign="top"><div align="left">Pin Memory Monitor </div></td>
<td valign="top">Select to pin the memory monitor on top of all other memory monitors. </td> <td valign="top">Select to pin the memory monitor on top of all other memory monitors. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_toggle_memory_monitor.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_toggle_memory_monitor.png" width="22" height="21" alt="Toggle Memory Monitors icon"></div></td>
<td valign="top"><div align="left">Toggle Memory Monitors Pane </div></td> <td valign="top"><div align="left">Toggle Memory Monitors Pane </div></td>
<td valign="top">Shows/hides the Memory Monitor pane.</td> <td valign="top">Shows/hides the Memory Monitor pane.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_toggle_split_pane.png" width="23" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_toggle_split_pane.png" width="23" height="21" alt="Toggle Split Pane icon"></div></td>
<td valign="top"><div align="left">Toggle Split Pane </div></td> <td valign="top"><div align="left">Toggle Split Pane </div></td>
<td valign="top">Toggles the Memory Renderings pane split.</td> <td valign="top">Toggles the Memory Renderings pane split.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_link_mem_rendering.png" width="22" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_link_mem_rendering.png" width="22" height="22" alt="Link Memory Rendering Panes icon"></div></td>
<td valign="top"><div align="left">Link Memory Rendering Panes </div></td> <td valign="top"><div align="left">Link Memory Rendering Panes </div></td>
<td valign="top">Synchronizes the selection of two memory renderings.</td> <td valign="top">Synchronizes the selection of two memory renderings.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_switch_mem_monitor.png" width="33" height="20"></div></td> <td valign="top"><div align="center"><img src="../images/icon_switch_mem_monitor.png" width="33" height="20" alt="Switch Memory Monitor icon"></div></td>
<td valign="top"><div align="left">Switch Memory Monitor </div></td> <td valign="top"><div align="left">Switch Memory Monitor </div></td>
<td valign="top">When more than one memory monitor is active, select a different memory monitor to view. </td> <td valign="top">When more than one memory monitor is active, select a different memory monitor to view. </td>
</tr> </tr>
@ -98,17 +98,17 @@ configured to display two renderings simultaneously.</p>
<td width="46%"><div align="center"><b>Description</b></div></td> <td width="46%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18"></div></td> <td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Memory Monitor icon"></div></td>
<td valign="top"><div align="left">Add Memory Monitor </div></td> <td valign="top"><div align="left">Add Memory Monitor </div></td>
<td valign="top">Adds a new memory address or variable to the Memory Monitors pane.</td> <td valign="top">Adds a new memory address or variable to the Memory Monitors pane.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Memory Monitor icon"></div></td>
<td valign="top"><div align="left">Remove Memory Monitor </div></td> <td valign="top"><div align="left">Remove Memory Monitor </div></td>
<td valign="top">Removes the selected memory address or variable from the Memory Monitors pane.</td> <td valign="top">Removes the selected memory address or variable from the Memory Monitors pane.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reset_mem_monitor.png" width="24" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reset_mem_monitor.png" width="24" height="22" alt="Reset icon"></div></td>
<td valign="top"><div align="left">Reset </div></td> <td valign="top"><div align="left">Reset </div></td>
<td valign="top">Resets the current memory monitor view. </td> <td valign="top">Resets the current memory monitor view. </td>
</tr> </tr>
@ -123,12 +123,12 @@ configured to display two renderings simultaneously.</p>
<td width="46%"><div align="center"><b>Description</b></div></td> <td width="46%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18"></div></td> <td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Rendering icon"></div></td>
<td valign="top"><div align="left">Add Rendering </div></td> <td valign="top"><div align="left">Add Rendering </div></td>
<td valign="top">Add a memory rendering pane to display a memory monitor item at a different address or in a different format.</td> <td valign="top">Add a memory rendering pane to display a memory monitor item at a different address or in a different format.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Rendering icon"></div></td>
<td valign="top"><div align="left">Remove Rendering </div></td> <td valign="top"><div align="left">Remove Rendering </div></td>
<td valign="top">Removes the selected rendering from the Memory view.</td> <td valign="top">Removes the selected rendering from the Memory view.</td>
</tr> </tr>
@ -158,7 +158,7 @@ configured to display two renderings simultaneously.</p>
<td valign="top">Specify the radix used to display the values in the Binary column. Choices include: Hex, Decimal Signed, Decimal Unsigned (default), Octal, and Binary. </td> <td valign="top">Specify the radix used to display the values in the Binary column. Choices include: Hex, Decimal Signed, Decimal Unsigned (default), Octal, and Binary. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_copy_to_clipboard.png" width="22" height="23"></div></td> <td valign="top"><div align="center"><img src="../images/icon_copy_to_clipboard.png" width="22" height="23" alt="Copy to Clipboard icon"></div></td>
<td valign="top">Copy To Clipboard </td> <td valign="top">Copy To Clipboard </td>
<td valign="top">Copies the selected portion of the Rendering pane to the clipboard. </td> <td valign="top">Copies the selected portion of the Rendering pane to the clipboard. </td>
</tr> </tr>

View file

@ -35,7 +35,7 @@ source files, etc.</p>
<td width="60%"><b>Description</b></td> <td width="60%"><b>Description</b></td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/icon_load_all_modules.png"></td> <td><img border="0" src="../images/icon_load_all_modules.png" alt="Load Symbols for all modules icon"></td>
<td>Load Symbols for All Modules</td> <td>Load Symbols for All Modules</td>
<td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td> <td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
</tr> </tr>
@ -52,12 +52,12 @@ source files, etc.</p>
<td width="60%"><b>Description</b></td> <td width="60%"><b>Description</b></td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/icon_load_all_modules.png"></td> <td><img border="0" src="../images/icon_load_all_modules.png" alt="load symbols for all icon"></td>
<td>Load Symbols for All</td> <td>Load Symbols for All</td>
<td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td> <td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/icon_load_all_modules.png"></td> <td><img border="0" src="../images/icon_load_all_modules.png" alt="Load Symbols icon"></td>
<td>Load Symbols</td> <td>Load Symbols</td>
<td>Loads the symbols of the module. The symbols will be loaded from the file specified in the module's properties.</td> <td>Loads the symbols of the module. The symbols will be loaded from the file specified in the module's properties.</td>
</tr> </tr>

View file

@ -22,12 +22,12 @@
<th>Description</th> <th>Description</th>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
<td valign="top"><b>Minimize</b></td> <td valign="top"><b>Minimize</b></td>
<td valign="top">Minimizes the Navigator view.</td> <td valign="top">Minimizes the Navigator view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
<td valign="top"><b>Maximize</b></td> <td valign="top"><b>Maximize</b></td>
<td valign="top">Maximizes the Navigator view.</td> <td valign="top">Maximizes the Navigator view.</td>
</tr> </tr>

View file

@ -11,7 +11,7 @@
<h1>Makefile Project - Behavior page</h1> <h1>Makefile Project - Behavior page</h1>
<p>You can define build behavior on the <b>Behavior</b> page of the <b>Makefile Project</b> panel in the <b>Preferences</b> window.</p> <p>You can define build behavior on the <b>Behavior</b> page of the <b>Makefile Project</b> panel in the <b>Preferences</b> window.</p>
<p><img src="../images/new_make-behavior.png" width="540" height="516"></p> <p><img src="../images/new_make-behavior.png" width="540" height="516" alt="Makefile project - behavior page"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
<b>Makefile Project - Behavior options</b> <b>Makefile Project - Behavior options</b>
@ -63,7 +63,7 @@
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a></p> <a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p> <a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>

View file

@ -55,7 +55,7 @@
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a></p> <a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p> <a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>

View file

@ -12,7 +12,7 @@
<h1>Makefile Project - Discovery Options page</h1> <h1>Makefile Project - Discovery Options page</h1>
<p>You can configure various options for the scanner configuration on the <b>Discovery Options</b> page of the <b>Makefile Project</b> panel in the <b>Preferences</b> window.</p> <p>You can configure various options for the scanner configuration on the <b>Discovery Options</b> page of the <b>Makefile Project</b> panel in the <b>Preferences</b> window.</p>
<p><img src="../images/new_make_disc_options.png" width="540" height="516"></p> <p><img src="../images/new_make_disc_options.png" width="540" height="516" alt="Makefile project - discovery options page"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
<b>Makefile Project - Discovery Options page</b> <b>Makefile Project - Discovery Options page</b>
@ -65,7 +65,7 @@
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p> <a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>

View file

@ -49,7 +49,7 @@
<a href="../tasks/cdt_t_proj_parser.htm">Selecting a binary parser</a></p> <a href="../tasks/cdt_t_proj_parser.htm">Selecting a binary parser</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p> <a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>

View file

@ -54,7 +54,7 @@
<a href="../tasks/cdt_t_proj_error_parser.htm">Filtering errors</a></p> <a href="../tasks/cdt_t_proj_error_parser.htm">Filtering errors</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p> <a href="cdt_o_proj_prop_pages.htm">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br> <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>

View file

@ -27,19 +27,19 @@ open in the editor area, by listing the structural elements. </p>
<td width="81%"><b>Description</b></td> <td width="81%"><b>Description</b></td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/fields_co.gif" width="16" height="16"></td> <td><img border="0" src="../images/fields_co.gif" alt="Hide Fields Icon" width="16" height="16"></td>
<td>Hide Fields</td> <td>Hide Fields</td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/static_co.gif" width="16" height="16"></td> <td><img border="0" src="../images/static_co.gif" alt="Hide Static Members Icon" width="16" height="16"></td>
<td>Hide Static Members </td> <td>Hide Static Members </td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/public_co.gif" width="16" height="16"></td> <td><img border="0" src="../images/public_co.gif" alt="Hide Non-Public Members Icon" width="16" height="16"></td>
<td>Hide Non-Public Members </td> <td>Hide Non-Public Members </td>
</tr> </tr>
<tr> <tr>
<td><img border="0" src="../images/alphab_sort_co.gif" width="16" height="16"></td> <td><img border="0" src="../images/alphab_sort_co.gif" alt="Sort items alphabetically Icon" width="16" height="16"></td>
<td>Sort items alphabetically</td> <td>Sort items alphabetically</td>
</tr> </tr>
</dl> </dl>
@ -56,87 +56,87 @@ open in the editor area, by listing the structural elements. </p>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/class_obj.gif" width="16" height="16"></td> <img src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
<td>Class</td> <td>Class</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/container_obj.gif" width="16" height="16"></td> <img src="../images/container_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td>Namespace</td> <td>Namespace</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/define_obj.gif" width="16" height="16"></td> <img src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
<td>Macro Definition</td> <td>Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/enum_obj.gif" width="16" height="16"></td> <img src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
<td>Enum</td> <td>Enum</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/enumerator_obj.gif" width="16" height="16"></td> <img src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
<td>Enumerator</td> <td>Enumerator</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/field_obj.gif" width="16" height="16"></td> <img src="../images/field_obj.gif" width="16" height="16" alt="Variable icon"></td>
<td>Variable</td> <td>Variable</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/field_private_obj.gif" width="16" height="16"></td> <img src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td>Field private</td> <td>Field private</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/field_protected_obj.gif" width="16" height="16"></td> <img src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td>Field protected</td> <td>Field protected</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/field_public_obj.gif" width="16" height="16"></td> <img src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td>Field public</td> <td>Field public</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/include_obj.gif" width="16" height="16"></td> <img src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td>Include</td> <td>Include</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/method_private_obj.gif" width="16" height="16"></td> <img src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td>Method private</td> <td>Method private</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/method_protected_obj.gif" width="16" height="16"></td> <img src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td>Method protected</td> <td>Method protected</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/method_public_obj.gif" width="16" height="16"></td> <img src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td>Method public</td> <td>Method public</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/struct_obj.gif" width="16" height="16"></td> <img src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td>Struct</td> <td>Struct</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/typedef_obj.gif" width="16" height="16"></td> <img src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
<td>Type definition</td> <td>Type definition</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/union_obj.gif" width="16" height="16"></td> <img src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td>Union</td> <td>Union</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<img src="../images/var_declaration_obj.gif" width="16" height="16"></td> <img src="../images/var_declaration_obj.gif" width="16" height="16" alt="Function icon"></td>
<td>Function</td> <td>Function</td>
</tr> </tr>
</table> </table>

View file

@ -25,27 +25,27 @@ If you select an error the associated file will open in the <b>C/C++ Editor</b>
<table border="1" cellpadding="1" cellspacing="0"> <table border="1" cellpadding="1" cellspacing="0">
<tr><th>Icon</th><th>Command</th><th>Description</th></tr> <tr><th>Icon</th><th>Command</th><th>Description</th></tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_delete.png"></td> <td align="center" valign="top"><img src="../images/icon_delete.png" alt="Delete icon"></td>
<td valign="top">Delete</td> <td valign="top">Delete</td>
<td valign="top">Deletes the selected error from the Problems view.</td> <td valign="top">Deletes the selected error from the Problems view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_filter.png"></td> <td align="center" valign="top"><img src="../images/icon_filter.png" alt="Filters icon"></td>
<td valign="top">Filters...</td> <td valign="top">Filters...</td>
<td valign="top">Lauches the Filter dialog box to filter the errors in the problems view.</td> <td valign="top">Lauches the Filter dialog box to filter the errors in the problems view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_menu.png"></td> <td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu icon"></td>
<td valign="top">Menu</td> <td valign="top">Menu</td>
<td valign="top">Select the Sort or Filters help navigate through errors in the Problems view.</td> <td valign="top">Select the Sort or Filters help navigate through errors in the Problems view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
<td valign="top">Minimize</td> <td valign="top">Minimize</td>
<td valign="top">Minimizes the Problems view.</td> <td valign="top">Minimizes the Problems view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
<td valign="top">Maximize</td> <td valign="top">Maximize</td>
<td valign="top">Maximizes the Problems view.</td> <td valign="top">Maximizes the Problems view.</td>
</tr> </tr>

View file

@ -34,12 +34,12 @@ Files that you select in the Project Explorer view affect the information that
<th>Description</th> <th>Description</th>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
<td valign="top"><b>Minimize</b></td> <td valign="top"><b>Minimize</b></td>
<td valign="top">Minimizes the view.</td> <td valign="top">Minimizes the view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
<td valign="top"><b>Maximize</b></td> <td valign="top"><b>Maximize</b></td>
<td valign="top">Maximizes the view.</td> <td valign="top">Maximizes the view.</td>
</tr> </tr>
@ -92,97 +92,97 @@ Files that you select in the Project Explorer view affect the information that
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16"></td> <img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file icon"></td>
<td width="81%">C or C++ file</td> <td width="81%">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td> <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
<td width="81%">Class</td> <td width="81%">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td> <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
<td width="81%">Macro Definition</td> <td width="81%">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enum_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
<td width="81%">Enum</td> <td width="81%">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16"></td> <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
<td width="81%">Enumerator</td> <td width="81%">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td> <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable icon"></td>
<td width="81%">Variable</td> <td width="81%">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td width="81%">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td width="81%">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td width="81%">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/include_obj.gif" width="16" height="16"></td> <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td width="81%">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/makefile.gif" width="16" height="16"></td> <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td width="81%">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td width="81%">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td width="81%">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16"></td> <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td width="81%">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/namespace_obj.gif" width="16" height="16"></td> <img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td width="81%">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/struct_obj.gif" width="16" height="16"></td> <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td width="81%">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16"></td> <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type Definition icon"></td>
<td width="81%">Type definition</td> <td width="81%">Type definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/union_obj.gif" width="16" height="16"></td> <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td width="81%">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="left">
<img border="0" src="../images/function_obj.gif" width="16" height="16"></td> <img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td width="81%">Function</td>
</tr> </tr>
</table> </table>

View file

@ -11,7 +11,7 @@
<h1>Discovery options preferences </h1> <h1>Discovery options preferences </h1>
<br> <br>
<p style="margin-top: 0">Controls how to discover information required to build your project, enhance search and Content Assist functionality, and automatically enhance your makefile, such as include paths and symbol definitions.</p> <p style="margin-top: 0">Controls how to discover information required to build your project, enhance search and Content Assist functionality, and automatically enhance your makefile, such as include paths and symbol definitions.</p>
<p style="margin-top: 0"><img src="../images/mpref_discovopts.png" width="801" height="676"></p> <p style="margin-top: 0"><img src="../images/mpref_discovopts.png" width="801" height="676" alt="Discovery options preference page"></p>
<table cellpadding="5" cellspacing="0" border="1" > <table cellpadding="5" cellspacing="0" border="1" >
<br> <br>

View file

@ -12,7 +12,7 @@
<p style="margin-top: 0">Customizes the toolchain used in your build configuration; it lets <p style="margin-top: 0">Customizes the toolchain used in your build configuration; it lets
you specify which tools the builder needs to include when it builds the project for a specified toolchain and configuration.</p> you specify which tools the builder needs to include when it builds the project for a specified toolchain and configuration.</p>
<p style="margin-top: 0"> <p style="margin-top: 0">
<img border="0" src="../images/mpref_toolchain.png"> </p> <img border="0" src="../images/mpref_toolchain.png" alt="Tool chain editor preferences"> </p>
<table cellpadding="5" cellspacing="0" border="1" > <table cellpadding="5" cellspacing="0" border="1" >
<br> <br>

View file

@ -38,12 +38,12 @@ which order they are used.</p>
<tr> <tr>
<td><b>Import...</b></td> <td><b>Import...</b></td>
<td>Opens the Import launch configuration dialog so that you can import a builder to include it in the list.<p></p> <td>Opens the Import launch configuration dialog so that you can import a builder to include it in the list.<p></p>
</p><p><img img="" src="../images/prop_builders_imprtlnchcnfg.png"> </p><p><img img="" src="../images/prop_builders_imprtlnchcnfg.png" alt="Import launch configuration">
<p></p></tr> <p></p></tr>
<tr> <tr>
<td><b>Edit...</b></td> <td><b>Edit...</b></td>
<td>Opens the Configure Builder dialog that lets you specify when to run the selected builder.<p></p> <td>Opens the Configure Builder dialog that lets you specify when to run the selected builder.<p></p>
</p><p><img img="" src="../images/prop_builders_editbldr.png"> </p><p><img img="" src="../images/prop_builders_editbldr.png" alt="Configure Builder">
<p></p> <p></p>
<p>When you configure a builder, you have the following options: <p>When you configure a builder, you have the following options:
<ul> <ul>

View file

@ -51,12 +51,12 @@
</dl></td> </dl></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
<td valign="top"><b>MinimizeConsole</b></td> <td valign="top"><b>MinimizeConsole</b></td>
<td valign="top">Minimizes the Console view.</td> <td valign="top">Minimizes the Console view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
<td valign="top"><b>Maximize Console</b></td> <td valign="top"><b>Maximize Console</b></td>
<td valign="top">Maximizes the Console view.</td> <td valign="top">Maximizes the Console view.</td>
</tr> </tr>

View file

@ -16,7 +16,7 @@
<p>The <b>Registers</b> view of the Debug perspective lists information about the registers in a selected stack frame. <p>The <b>Registers</b> view of the Debug perspective lists information about the registers in a selected stack frame.
Values that have changed are highlighted in the Registers view when your program Values that have changed are highlighted in the Registers view when your program
stops. </p> stops. </p>
<p><img src="../images/view_registers.png" width="414" height="269"></p> <p><img src="../images/view_registers.png" width="414" height="269" alt="Registers View"></p>
<h3>Registers view toolbar icons</h3> <h3>Registers view toolbar icons</h3>
<p>The table below lists the icons displayed in the Registers view toolbar.</p> <p>The table below lists the icons displayed in the Registers view toolbar.</p>
@ -27,22 +27,22 @@ stops. </p>
<td width="52%"><div align="center"><b>Description</b></div></td> <td width="52%"><div align="center"><b>Description</b></div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_type_names.png" width="21" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_type_names.png" alt="Show Type Names icon" width="21" height="21"></div></td>
<td valign="top"><div align="left">Show Type Names </div></td> <td valign="top"><div align="left">Show Type Names </div></td>
<td valign="top"><div align="left">Displays the type, (such as <b>int</b>) beside each register value.</div></td> <td valign="top"><div align="left">Displays the type, (such as <b>int</b>) beside each register value.</div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_logical_struct.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_show_logical_struct.png" alt="Show Logical Structure icon" width="22" height="21"></div></td>
<td valign="top"><div align="left">Show Logical Structure </div></td> <td valign="top"><div align="left">Show Logical Structure </div></td>
<td valign="top"><div align="left">Changes if logical structures should be shown in the view or not. </div></td> <td valign="top"><div align="left">Changes if logical structures should be shown in the view or not. </div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_collapse_all.png" width="22" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_collapse_all.png" alt="Collapse All icon" width="22" height="22"></div></td>
<td valign="top"><div align="left">Collapse All </div></td> <td valign="top"><div align="left">Collapse All </div></td>
<td valign="top"><div align="left">Collapses all the the currently expanded registers.</div></td> <td valign="top"><div align="left">Collapses all the the currently expanded registers.</div></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_menu_white.png" width="24" height="19"></div></td> <td valign="top"><div align="center"><img src="../images/icon_menu_white.png" alt="Menu Layout icon" width="24" height="19"></div></td>
<td valign="top">Menu &gt; Layout</td> <td valign="top">Menu &gt; Layout</td>
<td valign="top">Provides multiple layout options for the Breakpoints view. </td> <td valign="top">Provides multiple layout options for the Breakpoints view. </td>
</tr> </tr>
@ -67,12 +67,12 @@ stops. </p>
<td valign="top">Assigns a value to the selected register. </td> <td valign="top">Assigns a value to the selected register. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_cast_to_type.png" width="22" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_cast_to_type.png" alt="Cast to Type icon" width="22" height="22"></div></td>
<td valign="top">Cast To Type... </td> <td valign="top">Cast To Type... </td>
<td valign="top">Open the <b>Cast To Type</b> dialog. </td> <td valign="top">Open the <b>Cast To Type</b> dialog. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_change_value.png" width="23" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_change_value.png" alt="Change Value icon" width="23" height="22"></div></td>
<td valign="top">Change Value... </td> <td valign="top">Change Value... </td>
<td valign="top">Open the <b>Set Value</b> dialog to change the selected registers value. </td> <td valign="top">Open the <b>Set Value</b> dialog to change the selected registers value. </td>
</tr> </tr>
@ -87,12 +87,12 @@ stops. </p>
<td valign="top">Copies the currently selected text or elements to the clipboard </td> <td valign="top">Copies the currently selected text or elements to the clipboard </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_copy_registers.png" width="23" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_copy_registers.png" alt="Copy Registers icon" width="23" height="22"></div></td>
<td valign="top"><div align="left">Copy Registers </div></td> <td valign="top"><div align="left">Copy Registers </div></td>
<td valign="top">Copies the register names and contents to the clipboard </td> <td valign="top">Copies the register names and contents to the clipboard </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_create_watch_expr.png" width="24" height="22"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_create_watch_expr.png" alt="Create Watch Expression icon" width="24" height="22"></div></td>
<td valign="top">Create Watch Expression </td> <td valign="top">Create Watch Expression </td>
<td valign="top">Converts the selected register into a watch expression.</td> <td valign="top">Converts the selected register into a watch expression.</td>
</tr> </tr>
@ -102,12 +102,12 @@ stops. </p>
<td valign="top">Copies the currently selected text or element to the clipboard and removes the element.</td> <td valign="top">Copies the currently selected text or element to the clipboard and removes the element.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_disable.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_disable.png" alt="Disable icon" width="22" height="21"></div></td>
<td valign="top">Disable</td> <td valign="top">Disable</td>
<td valign="top">Disables the selected register. </td> <td valign="top">Disables the selected register. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_display_array.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_display_array.png" alt="Display as Array icon" width="22" height="21"></div></td>
<td valign="top">Display As Array...</td> <td valign="top">Display As Array...</td>
<td valign="top">Open the <b>Display As Array</b> dialog which allows you to specify the start and length of the array. </td> <td valign="top">Open the <b>Display As Array</b> dialog which allows you to specify the start and length of the array. </td>
</tr> </tr>
@ -117,7 +117,7 @@ stops. </p>
<td valign="top">Open the <b>Register Group</b> dialog to edit the selected register group. </td> <td valign="top">Open the <b>Register Group</b> dialog to edit the selected register group. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_reg_enable.png" width="22" height="21"></div></td> <td valign="top"><div align="center"><img src="../images/icon_reg_enable.png" alt="Enable icon" width="22" height="21"></div></td>
<td valign="top"><div align="left">Enable</div></td> <td valign="top"><div align="left">Enable</div></td>
<td valign="top">Enables the selected register. </td> <td valign="top">Enables the selected register. </td>
</tr> </tr>

View file

@ -16,7 +16,7 @@
<p>The Arguments page of the Run or Debug dialog box lets you specify the program arguments <p>The Arguments page of the Run or Debug dialog box lets you specify the program arguments
that an application uses and the working directory for a run or debug configuration.</p> that an application uses and the working directory for a run or debug configuration.</p>
<img src="../images/run_debug_arguments.png"> <img src="../images/run_debug_arguments.png" alt="Arguments page, Run or Debug dialog">
<p></p> <p></p>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" > <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >

View file

@ -16,7 +16,7 @@
<p>The Common page of the Run and Debug dialog boxes lets you specify <p>The Common page of the Run and Debug dialog boxes lets you specify
the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.</p> the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.</p>
<img src="../images/run_debug_common.png"> <img src="../images/run_debug_common.png" alt="Common page, Run or Debug dialog box">
<p></p> <p></p>
<table width="580" border="1" cellpadding="2" cellspacing="0" > <table width="580" border="1" cellpadding="2" cellspacing="0" >

View file

@ -15,14 +15,15 @@
<p>The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.</p> <p>The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.</p>
<img src="../images/run_debug_debugger.png"> <img src="../images/run_debug_debugger.png"alt="Debugger page, Run or Debug dialog box">
<p></p> <p></p>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" > <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<tr ><th>Component</th><th>Description</th></tr> <tr ><th>Component</th><th>Description</th></tr>
<tr><td width="30%"><b>Debugger</b></td><td>Selects debugger type from the list.</td></tr> <tr><td width="30%"><b>Debugger</b></td><td>Selects debugger type from the list.</td></tr>
<tr><td><b>Stop on startup at</b></td><td>Stops program at specified location.</td></tr> <tr><td><b>Stop on startup at</b></td><td>Stops program at specified location.</td></tr>
<tr><td valign="top"><b>Advanced</b></td><td>Opens the Advanced Options dialog.<br><p><img src="../images/run_debug_debugger_advopt.png"> <tr><td valign="top"><b>Advanced</b></td><td>Opens the Advanced Options dialog.<br><p><img src="../images/run_debug_debugger_advopt.png"
alt="Advanced Options dialog">
</td></p></tr> </td></p></tr>
<tr><td><b>Debugger Options</b></td><td>Displays options specific to the selected debugger type.</td></tr> <tr><td><b>Debugger Options</b></td><td>Displays options specific to the selected debugger type.</td></tr>
</table> </table>

View file

@ -16,7 +16,7 @@
<p>The Environment page of the Run and Debug dialog boxes lets you <p>The Environment page of the Run and Debug dialog boxes lets you
set environment variables and values to use when an application runs.</p> set environment variables and values to use when an application runs.</p>
<img src="../images/run_debug_environment.png"> <img src="../images/run_debug_environment.png" alt="Environment page, Run or Debug dialog box">
<p></p> <p></p>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" > <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >

View file

@ -15,7 +15,7 @@
<p>The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.</p> <p>The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.</p>
<img src="../images/run_debug_main.png"> <img src="../images/run_debug_main.png" alt="Main page, Run or Debug dialog box">
<p></p> <p></p>
<table width="640" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" > <table width="640" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >

View file

@ -17,7 +17,7 @@
application. By default, this information is taken from the build path of your project.</p> application. By default, this information is taken from the build path of your project.</p>
<img src="../images/run_debug_source.png"> <img src="../images/run_debug_source.png" alt="Source page, Run or Debug dialog box">
<p></p> <p></p>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" > <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >

View file

@ -38,47 +38,47 @@ you can put the focus on that view and get more options on the
<table border="1" cellpadding="1" cellspacing="0"> <table border="1" cellpadding="1" cellspacing="0">
<tr><th>Icon</th><th>Command</th><th>Description</th></tr> <tr><th>Icon</th><th>Command</th><th>Description</th></tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_next.png"></td> <td align="center" valign="top"><img src="../images/icon_next.png" alt="Next icon"></td>
<td valign="top">Next</td> <td valign="top">Next</td>
<td valign="top">Navigates to the next search result.</td> <td valign="top">Navigates to the next search result.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_previous.png"></td> <td align="center" valign="top"><img src="../images/icon_previous.png" alt="Previous icon"></td>
<td valign="top">Previous</td> <td valign="top">Previous</td>
<td valign="top">Navigates to the previous search result.</td> <td valign="top">Navigates to the previous search result.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_remove.png"></td> <td align="center" valign="top"><img src="../images/icon_remove.png" alt="Remote the Selected Matches icon"></td>
<td valign="top">Remove the Selected Matches</td> <td valign="top">Remove the Selected Matches</td>
<td valign="top">Removes user selected matches from the search console.</td> <td valign="top">Removes user selected matches from the search console.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png"></td> <td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Matches icon"></td>
<td valign="top">Remove All Matches</td> <td valign="top">Remove All Matches</td>
<td valign="top">Clears the search console.</td> <td valign="top">Clears the search console.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_terminate.png"></td> <td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>
<td valign="top">Terminate</td> <td valign="top">Terminate</td>
<td valign="top">Terminates the current search.</td> <td valign="top">Terminates the current search.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_show_prev_search.png"></td> <td align="center" valign="top"><img src="../images/icon_show_prev_search.png" alt="Show Previous Searches icon"></td>
<td valign="top">Show Previous Searches</td> <td valign="top">Show Previous Searches</td>
<td valign="top">Shows the list of previously run searches which can be reselected.</td> <td valign="top">Shows the list of previously run searches which can be reselected.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_menu.png"></td> <td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu icon"></td>
<td valign="top">Menu</td> <td valign="top">Menu</td>
<td valign="top">Lists two selectable view layouts for search results: Flat and Heirarchical.</td> <td valign="top">Lists two selectable view layouts for search results: Flat and Heirarchical.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td> <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
<td valign="top">Minimize Console</td> <td valign="top">Minimize Console</td>
<td valign="top">Minimizes the Console view.</td> <td valign="top">Minimizes the Console view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td> <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
<td valign="top">Maximize Console</td> <td valign="top">Maximize Console</td>
<td valign="top">Maximizes the Console view.</td> <td valign="top">Maximizes the Console view.</td>
</tr> </tr>

View file

@ -16,7 +16,7 @@
<p>The <b>Signals</b> view of the Debug perspective lets you view the signals defined on the selected debug target and how the <p>The <b>Signals</b> view of the Debug perspective lets you view the signals defined on the selected debug target and how the
debugger handles each one.</p> debugger handles each one.</p>
<p><img src="../images/view_signals.png" width="440" height="251"></p> <p><img src="../images/view_signals.png" width="440" height="251" alt="Signals View"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
<b>Signals Columns</b> <b>Signals Columns</b>
@ -77,7 +77,7 @@ debugger handles each one.</p>
</tr> </tr>
<tr> <tr>
<td valign="top"><center> <td valign="top"><center>
<img src="../images/icon_resume_signal.png" width="17" height="15"> <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume with Signal Icon">
</center> </center>
</td> </td>
<td valign="top"><b>Resume With Signal</b></td> <td valign="top"><b>Resume With Signal</b></td>

View file

@ -16,133 +16,133 @@
<table border="1" cellpadding="1" cellspacing="0"> <table border="1" cellpadding="1" cellspacing="0">
<tr><th>Icon</th><th>Command</th><th>Description</th></tr> <tr><th>Icon</th><th>Command</th><th>Description</th></tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_new.png"></td> <td align="center" valign="top"><img src="../images/icon_new.png" alt="Create New icon"></td>
<td valign="top">Create New</td> <td valign="top">Create New</td>
<td valign="top">Create a new project, folder, or file.</td> <td valign="top">Create a new project, folder, or file.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_save.png"></td> <td align="center" valign="top"><img src="../images/icon_save.png" alt="Save icon"></td>
<td valign="top">Save</td> <td valign="top">Save</td>
<td valign="top">Save the content of the current editor. Disabled if the editor does not contain unsaved changes.</td> <td valign="top">Save the content of the current editor. Disabled if the editor does not contain unsaved changes.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_print.png"></td> <td align="center" valign="top"><img src="../images/icon_print.png" alt="Print icon"></td>
<td valign="top">Print</td> <td valign="top">Print</td>
<td valign="top">Prints the content of the current editor.</td> <td valign="top">Prints the content of the current editor.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_build_all.png"></td> <td align="center" valign="top"><img src="../images/icon_build_all.png" alt="Build All icon"></td>
<td valign="top">Build All</td> <td valign="top">Build All</td>
<td valign="top">Builds all projects.</td> <td valign="top">Builds all projects.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_create_cproject.png"></td> <td align="center" valign="top"><img src="../images/icon_create_cproject.png" alt="New C/C++ project icon"></td>
<td valign="top">New C/C++ project</td> <td valign="top">New C/C++ project</td>
<td valign="top">Creates New C/C++ project.</td> <td valign="top">Creates New C/C++ project.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_create_folder.png"></td> <td align="center" valign="top"><img src="../images/icon_create_folder.png" alt="Create Folder icon"></td>
<td valign="top">Create Folder</td> <td valign="top">Create Folder</td>
<td valign="top">Creates a folder within the current project.</td> <td valign="top">Creates a folder within the current project.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_create_file.png"></td> <td align="center" valign="top"><img src="../images/icon_create_file.png" alt="Create File icon"></td>
<td valign="top">Create File</td> <td valign="top">Create File</td>
<td valign="top">Creates a file within the current project.</td> <td valign="top">Creates a file within the current project.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_create_c_class.png"></td> <td align="center" valign="top"><img src="../images/icon_create_c_class.png" alt="Create C++ Class icon"></td>
<td valign="top">Create C++ Class</td> <td valign="top">Create C++ Class</td>
<td valign="top">Creates a C++ class within the current project.</td> <td valign="top">Creates a C++ class within the current project.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_build_sel.png"></td> <td align="center" valign="top"><img src="../images/icon_build_sel.png" alt="Build selected icon"></td>
<td valign="top">Build selected</td> <td valign="top">Build selected</td>
<td valign="top">Builds active configurations of selected projects.</td> <td valign="top">Builds active configurations of selected projects.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_manage_cfg.png"></td> <td align="center" valign="top"><img src="../images/icon_manage_cfg.png" alt="Manage configurations icon"></td>
<td valign="top">Manage configurations</td> <td valign="top">Manage configurations</td>
<td valign="top">Displays Manage Build Configurations dialog.</td> <td valign="top">Displays Manage Build Configurations dialog.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_debug.png"></td> <td align="center" valign="top"><img src="../images/icon_debug.png" alt="Debug icon"></td>
<td valign="top">Debug</td> <td valign="top">Debug</td>
<td valign="top">Launches the Debug dialog box.</td> <td valign="top">Launches the Debug dialog box.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_run.png"></td> <td align="center" valign="top"><img src="../images/icon_run.png" alt="Run icon"></td>
<td valign="top">Run</td> <td valign="top">Run</td>
<td valign="top">Launches the Run dialog box</td> <td valign="top">Launches the Run dialog box</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_ext_tools.png"></td> <td align="center" valign="top"><img src="../images/icon_ext_tools.png" alt="External Tools icon"></td>
<td valign="top">External Tools</td> <td valign="top">External Tools</td>
<td valign="top">Launches the External Tools dialog box</td> <td valign="top">Launches the External Tools dialog box</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_open_element.png"></td> <td align="center" valign="top"><img src="../images/icon_open_element.png" alt="Open Element icon"></td>
<td valign="top">Open Element</td> <td valign="top">Open Element</td>
<td valign="top">Brings up the Open Element selection dialog to open an element in the editor. <td valign="top">Brings up the Open Element selection dialog to open an element in the editor.
The Open Elements selection dialog shows all elements existing in the workspace. </td> The Open Elements selection dialog shows all elements existing in the workspace. </td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_search.png"></td> <td align="center" valign="top"><img src="../images/icon_search.png" alt="Search icon"></td>
<td valign="top">Search</td> <td valign="top">Search</td>
<td valign="top">Launches the C/C++ Search dialog box</td> <td valign="top">Launches the C/C++ Search dialog box</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_wset_add.png"></td> <td align="center" valign="top"><img src="../images/icon_wset_add.png" alt="Add to working set icon"></td>
<td valign="top">Add to working set</td> <td valign="top">Add to working set</td>
<td valign="top">Adds selected elements to a working set.</td> <td valign="top">Adds selected elements to a working set.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_wset_del.png"></td> <td align="center" valign="top"><img src="../images/icon_wset_del.png" alt="Remove from working set icon"></td>
<td valign="top">Remove from working set</td> <td valign="top">Remove from working set</td>
<td valign="top">Removes selected elements from a working set.</td> <td valign="top">Removes selected elements from a working set.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_wset_edit.png"></td> <td align="center" valign="top"><img src="../images/icon_wset_edit.png" alt="Modify working set icon"></td>
<td valign="top">Modify working set</td> <td valign="top">Modify working set</td>
<td valign="top">Modify workbench working set.</td> <td valign="top">Modify workbench working set.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/mark_occurrences.png"></td> <td align="center" valign="top"><img src="../images/mark_occurrences.png" alt="Toggle Mark Occurrences icon"></td>
<td valign="top">Toggle Mark Occurrences</td> <td valign="top">Toggle Mark Occurrences</td>
<td valign="top">Turns <a href="cdt_u_c_editor_mark_occurrences.htm">mark occurrences</a> on and off in the C/C++ editor.</td> <td valign="top">Turns <a href="cdt_u_c_editor_mark_occurrences.htm">mark occurrences</a> on and off in the C/C++ editor.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_ws_chars.png"></td> <td align="center" valign="top"><img src="../images/icon_ws_chars.png" alt="Show Whitespace Characters icon"></td>
<td valign="top">Show Whitespace Characters</td> <td valign="top">Show Whitespace Characters</td>
<td valign="top">Displays whitespace characters in the editor.</td> <td valign="top">Displays whitespace characters in the editor.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_show_selected.png"></td> <td align="center" valign="top"><img src="../images/icon_show_selected.png" alt="Show Selected Element icon"></td>
<td valign="top">Show Selected Element</td> <td valign="top">Show Selected Element</td>
<td valign="top">Show source of selected element only</td> <td valign="top">Show source of selected element only</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_annotation_next.png"></td> <td align="center" valign="top"><img src="../images/icon_annotation_next.png" alt="Next annotation icon"></td>
<td valign="top">Next annotation</td> <td valign="top">Next annotation</td>
<td valign="top">Go to the next annotation in the editor.</td> <td valign="top">Go to the next annotation in the editor.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_annotation_prev.png"></td> <td align="center" valign="top"><img src="../images/icon_annotation_prev.png" alt="Previous annotation icon"></td>
<td valign="top">Previous annotation</td> <td valign="top">Previous annotation</td>
<td valign="top">Go to the previous annotation in the editor.</td> <td valign="top">Go to the previous annotation in the editor.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_last_edit_loc.png"></td> <td align="center" valign="top"><img src="../images/icon_last_edit_loc.png" alt="Go to Last Edit Location icon"></td>
<td valign="top">Go to Last Edit Location</td> <td valign="top">Go to Last Edit Location</td>
<td valign="top">Returns editor view to the last line edited, if the file that was last edited was closed it will be re-opened.</td> <td valign="top">Returns editor view to the last line edited, if the file that was last edited was closed it will be re-opened.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_nav_back.png"></td> <td align="center" valign="top"><img src="../images/icon_nav_back.png" alt="Back icon"></td>
<td valign="top">Back</td> <td valign="top">Back</td>
<td valign="top">Navigates back through open files.</td> <td valign="top">Navigates back through open files.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_nav_forward.png"></td> <td align="center" valign="top"><img src="../images/icon_nav_forward.png" alt="Forward icon"></td>
<td valign="top">Forward</td> <td valign="top">Forward</td>
<td valign="top">Navigates forward through open files.</td> <td valign="top">Navigates forward through open files.</td>
</tr> </tr>

View file

@ -15,9 +15,9 @@
<p>To add a new breakpoint action:</p> <p>To add a new breakpoint action:</p>
<ol> <ol>
<li>Click <b>Window &gt; Preferences</b>.</li> <li>Click <b>Window &gt; Preferences</b>.</li>
<li>Expand <b>C/C++ &gt; Debug</b> and click <b>Breakpoint Actions</b>.<p><br><img src="../images/cdt_pref_brk_action.png" width="581" height="527"><br></p></li> <li>Expand <b>C/C++ &gt; Debug</b> and click <b>Breakpoint Actions</b>.<p><br><img src="../images/cdt_pref_brk_action.png" width="581" height="527" alt="Breakpoint Actions preference dialog"><br></p></li>
<li>In the <b>Breakpoint Actions</b> page, click <b>New</b>. <p><br> <li>In the <b>Breakpoint Actions</b> page, click <b>New</b>. <p><br>
<img src="../images/cdt_new_brk_action.png" width="500" height="375"><br></p> <img src="../images/cdt_new_brk_action.png" width="500" height="375" alt="New Breakpoint Action dialog"><br></p>
</li> </li>
<li>In the <b>New Breakpoint Action</b> dialog box, type a name for the action in the <b>Action name</b> box.</li> <li>In the <b>New Breakpoint Action</b> dialog box, type a name for the action in the <b>Action name</b> box.</li>
<li>Select an action from the <b>Action type</b> list. </li> <li>Select an action from the <b>Action type</b> list. </li>

View file

@ -21,7 +21,7 @@ commonly-used snippets of code.</p>
<li>In the C/C++ editor, type at least the first letter of a template or <li>In the C/C++ editor, type at least the first letter of a template or
element then <b>Ctrl+Space</b>.<br> element then <b>Ctrl+Space</b>.<br>
A list displays the templates A list displays the templates
<img border="0" src="../images/template_obj.gif" width="16" height="16"> followed by the elements that start with the letter combination you typed.</li><br> <img border="0" src="../images/template_obj.gif" alt="Templates icon" width="16" height="16"> followed by the elements that start with the letter combination you typed.</li><br>
<img src="../images/contentAssist_example.png" alt="Editor View showing Content Assist Example"> <img src="../images/contentAssist_example.png" alt="Editor View showing Content Assist Example">
<li>Do one of the following: <li>Do one of the following:

View file

@ -20,7 +20,7 @@ ul, li { padding: 3px 0px}
<ol> <ol>
<li>Select the <b>File &gt; Import...</b> menu item.</li> <li>Select the <b>File &gt; Import...</b> menu item.</li>
<li>In the <b>Import</b> wizard dialog, click <b>C/C++</b> and select <b>C/C++ Executable</b>.<br /> <li>In the <b>Import</b> wizard dialog, click <b>C/C++</b> and select <b>C/C++ Executable</b>.<br />
<p><img src="../images/cdt_debug_exes01.png" vspace="12" /></p></li> <p><img src="../images/cdt_debug_exes01.png" vspace="12" alt="Import dialog"/></p></li>
<li>Click <b>Next</b>.</li> <li>Click <b>Next</b>.</li>
<li>In the <b>Import C/C++ Executable Files</b> page of the <b>Import Executable</b> dialog:<br /> <li>In the <b>Import C/C++ Executable Files</b> page of the <b>Import Executable</b> dialog:<br />
<ul> <ul>
@ -28,7 +28,7 @@ ul, li { padding: 3px 0px}
<li>Type the executable path in the <b>Select executable</b> box or click <b>Browse</b> to locate the executable.</li> <li>Type the executable path in the <b>Select executable</b> box or click <b>Browse</b> to locate the executable.</li>
<li>Type or click <b>Browse</b> to enter a directory path in the <b>Search directory</b> box, then select one or more executables from the <b>C/C++ Executable Files</b> list.</li> <li>Type or click <b>Browse</b> to enter a directory path in the <b>Search directory</b> box, then select one or more executables from the <b>C/C++ Executable Files</b> list.</li>
</ul> </ul>
<p><img src="../images/cdt_debug_exes02.png" vspace="12" /></p> <p><img src="../images/cdt_debug_exes02.png" vspace="12" alt="Import Executable dialog"/></p>
<p><b>NOTE</b> You can import any executable, but only those built with debug symbols will be let you step through source code and see variable values. </p> <p><b>NOTE</b> You can import any executable, but only those built with debug symbols will be let you step through source code and see variable values. </p>
</li> </li>
<li>Click <b>Next</b>.</li> <li>Click <b>Next</b>.</li>
@ -38,12 +38,12 @@ ul, li { padding: 3px 0px}
<li>To import into an existing project, activate <b>Existing project</b> and click <b>Search</b>.</li> <li>To import into an existing project, activate <b>Existing project</b> and click <b>Search</b>.</li>
<li>To add a launch configuration, activate <b>Create a Launch Configuration</b> and select the configuration from the list, then type a name into the <b>Name</b> box.</li> <li>To add a launch configuration, activate <b>Create a Launch Configuration</b> and select the configuration from the list, then type a name into the <b>Name</b> box.</li>
</ul> </ul>
<p><img src="../images/cdt_debug_exes03.png" vspace="12" /></p> <p><img src="../images/cdt_debug_exes03.png" vspace="12" alt="Import Executable dialog"/></p>
</li> </li>
<li>Click <b>Finish</b>.<br /> <li>Click <b>Finish</b>.<br />
<p>The executable is added to the <b>C/C++ Projects</b> view.</p></li> <p>The executable is added to the <b>C/C++ Projects</b> view.</p></li>
<li>If <b>Create a Launch Configuration</b> was activated, the <b>Debug</b> dialog appears.<br /> <li>If <b>Create a Launch Configuration</b> was activated, the <b>Debug</b> dialog appears.<br />
<p><img src="../images/cdt_debug_exes04.png" vspace="12" /></p> <p><img src="../images/cdt_debug_exes04.png" vspace="12" alt="Debug launch configuration dialog"/></p>
</li> </li>
<li>Click <b>Debug</b>.<br /> <li>Click <b>Debug</b>.<br />
<p>The debugger launches and you can begin debugging the executable.</p></li> <p>The debugger launches and you can begin debugging the executable.</p></li>

View file

@ -20,7 +20,7 @@
<ol> <ol>
<li>In Problems view, click the <b>Filters</b> icon <li>In Problems view, click the <b>Filters</b> icon
<img border="0" src="../images/filterbutton.gif" width="23" height="21">.</li> <img border="0" src="../images/filterbutton.gif" width="23" height="21" alt="Filters icon">.</li>
<li>To view all errors and warnings, select all checkboxes in the <b>Show items of type</b> <li>To view all errors and warnings, select all checkboxes in the <b>Show items of type</b>
list, and click <b>On any resource</b>.</li> list, and click <b>On any resource</b>.</li>
<li>Click <b>OK</b>.</li> <li>Click <b>OK</b>.</li>

View file

@ -20,8 +20,8 @@ determine the location of an error, it is added to the Console view.</p>
<p>To jump to the source of an error:</p> <p>To jump to the source of an error:</p>
<ul> <ul>
<li><p>In the Console view, double-click the <b>Error</b> icon<img border="0" src="../images/error_icon.gif" align="bottom" width="30" height="18">or <li><p>In the Console view, double-click the <b>Error</b> icon<img border="0" src="../images/error_icon.gif" align="bottom" alt="Error icon" width="30" height="18">or
the <b>Warning</b> icon<img border="0" src="../images/warning_icon.gif" width="30" height="18">.</p> the <b>Warning</b> icon<img border="0" src="../images/warning_icon.gif" alt="Warning icon" width="30" height="18">.</p>
<p>The file opens in the C/C++ editor and the cursor moves to the line with the error.</p> <p>The file opens in the C/C++ editor and the cursor moves to the line with the error.</p>
</li> </li>
</ul> </ul>

View file

@ -16,7 +16,7 @@
view.</p> view.</p>
<p>To hide files by type:</p> <p>To hide files by type:</p>
<ol> <ol>
<li>In the C/C++ Projects view, click the <b>Menu</b> icon<img border="0" src="../images/ref-79.gif" width="16" height="16">.<br> <li>In the C/C++ Projects view, click the <b>Menu</b> icon<img border="0" src="../images/ref-79.gif" width="16" height="16" alt="C/C++ Projects view, Menu">.<br>
<img src="../images/projects_filters.png" alt="Filters from Projects View"></li> <img src="../images/projects_filters.png" alt="Filters from Projects View"></li>
<li>Click <b>Filters</b>.<br> <li>Click <b>Filters</b>.<br>
<img src="../images/c_element_filters.png" alt="C Element Filters Window"></li> <img src="../images/c_element_filters.png" alt="C Element Filters Window"></li>