~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to java/helpset/javahelp/org/netbeans/modules/java/helpset/docs/debug/CSH/breakpoint_thread.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
* Copyright � 2007 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
*
 
6
-->
 
7
<html>
 
8
<head>
 
9
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
10
<title>Breakpoint Dialog Box: Thread</title>
 
11
        <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
<body>
 
14
 
 
15
<h2>Breakpoint Dialog Box: Thread</h2>
 
16
<p><small><a href="#seealso">See Also</a></small></p>
 
17
<p>You use this dialog box to set the properties of a field breakpoint.</p>
 
18
<p>You can set field breakpoint properties when you set a new breakpoint or when modifying an
 
19
existing breakpoint.</p>
 
20
<ul>
 
21
    <li>To set a new field breakpoint, choose Run &gt; New Breakpoint 
 
22
    (Ctrl-Shift-F8) from the main menu, then select Field from the Breakpoint Type drop-down list.</li>
 
23
    <li>To customize an existing field breakpoint, right-click the field breakpoint in the
 
24
    Breakpoints window and choose Customize.</li>
 
25
</ul>
 
26
<p>You can set the following values:</p>
 
27
    <ul>
 
28
        <li><b>Settings:</b>
 
29
            <ul>
 
30
                <li><b>Stop On.</b> Defines when to trigger the breakpoint:
 
31
                <ul>
 
32
                    <li><b>Thread Start.</b> When a thread starts. </li>
 
33
                    <li><b>Thread Death.</b> When a thread stops. </li>
 
34
                    <li><b>Thread Start or Death.</b> Both when a thread starts and when a thread stops. </li>
 
35
                </ul>
 
36
                </li>
 
37
            </ul>
 
38
                
 
39
        <li><b>Conditions</b>
 
40
            <ul>
 
41
                <li><b>Break when hit count.</b> When selected, enables you to specify how frequently the breakpoint is triggered. 
 
42
                Choose a criteria in the drop-down list and then specify a numerical value.</li>
 
43
            </ul>
 
44
        </li>
 
45
        <li><b>Actions.</b> 
 
46
            <ul>
 
47
                <li><b>Suspend.</b> Specifies which threads in the program 
 
48
                being debugged are suspended when the breakpoint is reached. 
 
49
                You can specify no threads, all threads, or the breakpoint 
 
50
                thread. The breakpoint thread is the thread that is current 
 
51
                when the breakpoint is reached.</li>
 
52
                <li><b>Print Text.</b> The specified message is printed in the Debugger Console view of the Output window. For information on the tags you can include in the message, see 
 
53
                <a href="../debug_print_breakpoint_message.html">Printing a Breakpoint Message</a>.</li>
 
54
            </ul>
 
55
         </li>
 
56
    </ul>
 
57
 
 
58
<dl>
 
59
        <dt><a name="seealso">See Also</a></dt>
 
60
        <dd><a href="breakpoint_window.html">New Breakpoint Dialog Box</a></dd>
 
61
            <dd><a href="../breakpoint_setting.html">Setting a Java Breakpoint</a></dd>
 
62
    <dd><a href="../debug_threads.html">Debugging Threads in the IDE</a></dd>
 
63
   <dd><a href="../breakpoint_about.html">Breakpoints in the IDE</a></dd>
 
64
 
 
65
</dl>
 
66
<hr>
 
67
<small><a href="../../credits.html">Legal Notices</a></small>
 
68
<table cellpadding="50" border="0">
 
69
<tr>
 
70
<td>&nbsp;</td>
 
71
</tr>
 
72
</table>
 
73
</body>
 
74
</html>