Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: de013804f14e2c7a7cf2907e315780c836a4b2e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<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 role="main">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 class="hidden">
			<th id="option">Option</th>
			<th id="description">Description</th>
		</tr>
		<tr>
			<td style="width:30%" valign="top" headers="option"><strong>Default variable format</strong></td>
			<td valign="top" headers="description">Select the default variable format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
		</tr>
		<tr>
			<td style="width:30%" valign="top" headers="option"><strong>Default expression format</strong></td>
			<td valign="top" headers="description">Select the default expression format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
		</tr>
		<tr>
			<td style="width:30%" valign="top" headers="option"><strong>Default register format</strong></td>
			<td valign="top" headers="description">Select the default register format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
		</tr>
        <tr>
            <td style="width:30%" valign="top" headers="option"><strong>Character encoding</strong></td>
            <td valign="top" headers="description">Select the character encoding of the debugged program. This applies to char type strings. Note that this requires GDB version 7.0 or later.</td>
        </tr>
        <tr>
            <td style="width:30%" valign="top" headers="option"><strong>Wide character encoding</strong></td>
            <td valign="top" headers="description">Select the wide character encoding of the debugged program. This applies to wchar_t type strings. Note that this requires GDB version 7.0 or later.</td>
        </tr>
		<tr>
		  <td valign="top" headers="option"><strong>Show source files in binaries </strong></td>
		  <td valign="top" headers="description">Show source files associated with project binaries. </td>
	  </tr>
	</tbody>
</table>

<p><img 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 src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img 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>

Back to the top