Skip to main content
summaryrefslogtreecommitdiffstats
blob: 55fcb778df080487ef8b11fcc3920e7436997612 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jumping to errors</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Jumping to errors</h1>

<p>The CDT will parse the output from the make and compiler/linker. If the CDT can 
determine the location of an error, it is added to the Console view.</p>

<p>To jump to the source of an error:</p>

<ul>
  <li><p>In  the Console view, double-click the <b>Error</b> icon<img border="0" src="../images/error_icon.gif" align="bottom"  alt="Error icon" width="30" height="18">or 
  the <b>Warning</b> icon<img border="0" src="../images/warning_icon.gif"  alt="Warning icon" width="30" height="18">.</p>
  <p>The file opens in the C/C++ editor and the cursor moves to the  line with the error.</p>
  </li>
</ul>

<p>To jump to errors sequentially:</p>

<ul>
  <li>Click <b>Jump to next</b> or <b>Jump to previous</b>. </li>
</ul>


<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
<a href="cdt_t_filtererror.htm">Filtering the Problems view</a><br>
<a href="cdt_t_setreminder.htm">Setting reminders</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>

</html>

Back to the top