1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm
Jeff Johnston 6acb6dbc70 Add CDT Standalone Debugger
- add org.eclipse.cdt.debug.application plugin which supports running
  CDT debugger as Eclipse application
- add org.eclipse.cdt.debug.application.docs plugin which is the
modified
  CDT docs
- add org.eclipse.cdt.debug.standalone-feature which bundles the
  two aforementioned plugins
- add org.eclipse.cdt.debug.standlone.source-feature

Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13
Reviewed-on: https://git.eclipse.org/r/25845
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-05-05 15:39:30 -04:00

56 lines
No EOL
2.4 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 GDB MI page, Preferences window</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 GDB MI page, Preferences window</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.ui.preferneces.CBuildConsolePreferernces)")'>GDB MI</a> preference panel to manipulate certain GDB timeout settings.</p>
<p><img src="../images/debug_gdb_pref.png" alt="Debug GDB MI Preferences"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" bordercolor="#DDDDDD" >
<caption><strong>GDB MI Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<thead>
<tr>
<th id="option"><strong>Option</strong></th>
<th id="description"><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr valign="top" >
<td headers="option"><strong>Debugger timeout (ms)</strong></td>
<td headers="description">Sets the timeout value for the debugger. Default setting is 10000 milliseconds.</td>
</tr>
<tr valign="top" >
<td headers="option"><strong>Launch timeout (ms)</strong></td>
<td headers="description">Sets the Launch timeout for a debug session. Default setting is 30000 milliseconds.</td>
</tr>
<tr valign="top" >
<td headers="option"><strong>Automatically refresh modules</strong></td>
<td headers="description">Controls the updates of the Modules view.</td>
</tr>
<tr valign="top" >
<td headers="option"><strong>Support distinct code and data memory spaces</strong></td>
<td headers="description">Toggle to swap between showing separate code and data memory spaced or not.</td>
</tr>
</tbody>
</table>
<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_u_dsfgdb.htm">GDB Debugging preferences</a></p>
<hr >
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</div></body>
</html>