1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm
2010-04-20 19:21:34 +00:00

67 lines
No EOL
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Debug preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Debug preferences</h1>
<p>The C/C++ <strong>Debug</strong> panel controls general settings for C/C++ debugging.</p>
<p><img src="../images/view_debug_prefs.png" ALT="C/C++ Debug preferences panel" ></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>C/C++ Debug Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td width="30%" valign="top"><strong>Show full paths</strong></td>
<td valign="top">Displays the full path of resources.</td>
</tr>
<tr>
<td width="30%" valign="top"><strong>Default variable format</strong></td>
<td valign="top">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr>
<tr>
<td width="30%" valign="top"><strong>Default expression format</strong></td>
<td valign="top">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr>
<tr>
<td width="30%" valign="top"><strong>Default register format</strong></td>
<td valign="top">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr>
<tr>
<td width="30%" valign="top"><strong>Maximum number of displayed instructions</strong></td>
<td valign="top">The maximum number of assembler instructions displayed in the Disassembly view.</td>
</tr>
<tr>
<td width="30%" valign="top"><strong>Color of source lines</strong></td>
<td valign="top">The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</td>
</tr>
<tr>
<td valign="top"><strong>Show source files in binaries </strong></td>
<td valign="top">Show source files associated with project binaries. </td>
</tr>
</tbody>
</table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_views.htm">Views</a></p>
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>