File: cdt_t_add_brk_action.htm

package info (click to toggle)
eclipse-cdt 8.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 150,024 kB
  • ctags: 159,512
  • sloc: java: 1,087,138; xml: 54,281; ansic: 5,236; cpp: 5,123; makefile: 1,338; sh: 189; asm: 42; f90: 22
file content (49 lines) | stat: -rw-r--r-- 2,343 bytes parent folder | download | duplicates (6)
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
<!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>Adding breakpoint actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<div role="main"><h1>Adding breakpoint actions</h1>

<p>To add a new breakpoint action:</p>
<ol>
  <li>Click <strong>Window &gt; Preferences</strong>.</li>
  <li>Expand <strong>C/C++ &gt; Debug</strong> and click <strong>Breakpoint Actions</strong>.<p><br><img src="../images/cdt_pref_brk_action.png" width="581" height="527" alt="Breakpoint Actions preference dialog"><br></p></li>
  <li>In the <strong>Breakpoint Actions</strong> page, click <strong>New</strong>. <p><br>
    <img src="../images/cdt_new_brk_action.png" width="500" height="375" alt="New Breakpoint Action dialog"><br></p>
  </li>
  <li>In the <strong>New Breakpoint Action</strong> dialog box, type a name for the action in the <strong>Action name</strong> box.</li>
  <li>Select an action  from the <strong>Action type</strong> list. </li>
  <li>Set the action's attributes: 
  <ul>
    <li>For a sound action, select a sound file.</li>
    <li>For a log action, type the message to appear in the Log Action Messages console. </li>
    <li>For a resume action, set the <strong>Resume after</strong> time in seconds. </li>
    <li>For an external tool action, click <strong>Choose</strong> to select a  program.</li>
  </ul>
  </li>
  <li>Click <strong>OK</strong>. </li>
</ol>
<p>The new breakpoint actions appears in the <strong>Actions available for any breakpoint in the workspace </strong> list. </p>
<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a></p>
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
  <br>
  <a href="cdt_o_brkpnts_watch.htm">Using breakpoints, watchpoints, and breakpoint actions</a></p>
<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_debug.htm">Debug preferences</a></p>
<hr>
<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >

</div></body>

</html>