mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

- 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>
40 lines
No EOL
1.9 KiB
HTML
40 lines
No EOL
1.9 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>Open Declaration</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div role="main">
|
|
<h1>Open Declaration</h1>
|
|
|
|
<p>You can select an element name in your code and quickly navigate to its declaration.</p>
|
|
|
|
<img src="../images/openDeclaration.png" alt="Editor View showing Open Declaration option">
|
|
|
|
<p>Open declaration will attempt to navigate to the exact definition of the selected element if the selected element is a reference or a declaration.
|
|
Otherwise, it will attempt to navigate to a declaration of the selected element.
|
|
Open declaration requires your file to have the proper include paths set up to the declaration.
|
|
If for any reason open declaration cannot find the declaration, it will display the following message in the status line:</p>
|
|
|
|
<img src="../images/open_declaration_error.png" alt="No declaration was found message.">
|
|
|
|
<p>For more information see <a href="../tasks/cdt_t_sd.htm">Setting up include paths and macros for C/C++ indexer</a>.</p>
|
|
|
|
<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
|
|
<a href="cdt_c_projects.htm">C/C++ Projects</a><br>
|
|
<a href="cdt_c_search.htm">C/C++ search</a></p>
|
|
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
|
|
<a href="../tasks/cdt_t_sd.htm">Setting up include paths and macros for C/C++ indexer</a><br>
|
|
<a href="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's declaration</a><br>
|
|
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p>
|
|
|
|
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" width="324" height="14"> </p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |