Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7844648b2b4277bf168a5765fbb7f57ded5c00c7 (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
51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Breakpoint Actions preferences</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Breakpoint Actions preferences</h1>

<p>Use the <b>Breakpoint Actions</b>  page in the Preferences window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p>
<p><img src="../images/cdt_pref_brk_action.png" width="581" height="527" alt="Breakpoint Actions preference page"></p>

<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Breakpoint Actions Preference Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td width="30%" valign="top"><b>New...</b></td>
			<td valign="top"><p>To create a new breakpoint action, click <b>New</b>. </p>
	        </td>
		</tr>
		<tr>
			<td width="30%" valign="top"><b>Edit...</b></td>
			<td valign="top">To edit the currently selected action, click <b>Edit</b>. In the  Action dialog box that appears, edit the action settings, then click <b>OK</b>. </td>
		</tr>
		<tr>
			<td width="30%" valign="top"><b>Delete</b></td>
			<td valign="top">To delete the currently selected action, click <b>Delete</b>. </td>
		</tr>
	</tbody>
</table>

<p><img border="0" 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 border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
  <a href="../tasks/cdt_o_brkpnts_watch.htm">Using breakpoints, watchpoints, and breakpoint actions</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
  <a href="cdt_u_debug.htm">Debug preferences</a></p>
<hr>
<img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" >

</body>

</html>

Back to the top