core/com.nokia.carbide.cpp.doc.user/html/tasks/eventpoints/eventpoints_disabling.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 987 77469bd2d10b
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
987
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<title>Disabling an Eventpoint</title>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
</head>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
<body bgcolor="#FFFFFF">
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<h2>Disabling an Eventpoint</h2>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
<p>Disable an eventpoint to prevent it from performing its specified action. The disabled eventpoint remains at the source-code line at which you set it, so that you can enable it later. Disabling the eventpoint is easier than clearing it and re-creating it from scratch.</p>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
<div class="step">
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
  <h4>To disable an eventpoint</h4>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
  <ol>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
    <li>Select the eventpoint to disable</li>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
    <p>Select the eventpoint by name in the Breakpoints view, or click the cursor on the source-code line that contains the eventpoint.</p>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
    <li>Click Debug &gt; Disable Eventpoint</li>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
    <p>The Disable Eventpoint menu appears.</p>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
    <li>From the menu, click the Disable Eventpoint command, where Eventpoint is the type of eventpoint that you want to disable</li>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
    <p>The enabled eventpoint icon changes to a disabled eventpoint icon (shown at left). The disabled eventpoint icon indicates that the eventpoint does not perform its specified action.<br />
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
</p>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
  </ol>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
</div>
1225
a546534a48de minor edits to remote conn pages, updated copyrights, fixed some broken links
fturovic <frank.turovich@nokia.com>
parents: 987
diff changeset
    25
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br />License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
987
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
</body>
77469bd2d10b additions and revisions to tasks and ref pages and images
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
</html>