1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_debug.htm
Jonah Graham e7ccfabb32 Bug 484900: Remove CDI User Documentation
Change-Id: I16ebb6319d3f10edba55b1b96be053a2dc9bc8b4
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-12-05 21:46:22 +00:00

47 lines
2 KiB
HTML

<!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">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
<div role="main"><h1>Debug preferences</h1>
<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.CDebugPreferencePage)")'>Debug</a> preference panel in the <strong>Preferences</strong> window to manage common globally defined debug settings.</p>
<img src="../images/debug_pref.png" alt="Debug Preferences">
<p></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
<caption><strong>Debug Preference Options</strong></caption>
<colgroup>
<col width="35%" valign="top" >
<col width="65%" valign="top" >
</colgroup>
<tbody>
<tr style="text-align:center;">
<th id="option"><strong>Options</strong></th>
<th id="description"><strong>Description</strong></th>
</tr>
<tr>
<td headers="option"><strong>Character encoding</strong></td>
<td headers="description">Use this option to specify the charset used by the <var>char</var> type of the inferior (target) program</td>
</tr>
<tr>
<td headers="option"><strong>Wide character encoding</strong></td>
<td headers="description">Use this option to specify the charset used by the <var>wchar_t</var> type of the inferior (target) program</td>
</tr>
<tr>
<td headers="option"><strong>Show source files in binaries</strong></td>
<td headers="description">Select this checkbox to show the source files in binaries.</td>
</tr>
</tbody>
</table>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</div></body>
</html>