/help/javahelp/com/bluemarsh/jswat/help/docs/breakpoint/monitors.html
HTML | 71 lines | 34 code | 13 blank | 24 comment | 0 complexity | f0d1e500442bcb33472cfc33642fde3d MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception
1<html> 2<!-- 3 The contents of this file are subject to the terms of the Common Development 4 and Distribution License (the License). You may not use this file except in 5 compliance with the License. 6 7 You can obtain a copy of the License at http://www.netbeans.org/cddl.html 8 or http://www.netbeans.org/cddl.txt. 9 10 When distributing Covered Code, include this CDDL Header Notice in each file 11 and include the License file at http://www.netbeans.org/cddl.txt. 12 If applicable, add the following below the CDDL Header, with the fields 13 enclosed by brackets [] replaced by your own identifying information: 14 "Portions Copyrighted [year] [name of copyright owner]" 15 16 The Original Software is JSwat. The Initial Developer of the Original 17 Software is Nathan L. Fiedler. Portions created by Nathan L. Fiedler 18 are Copyright (C) 2006. All Rights Reserved. 19 20 Contributor(s): Nathan L. Fiedler. 21 22 $Id: monitors.html 284 2010-11-20 22:35:20Z nathanfiedler $ 23 24 DO NOT USE HTML TIDY ON THIS FILE (it adds /> which confuses JavaHelp) 25--> 26 27<head> 28 <title>Breakpoint Monitors</title> 29 <link href="../help.css" rel="stylesheet" type="text/css"> 30</head> 31 32<body> 33 <h2>Breakpoint Monitors</h2> 34 35 <p><small><a href="#seealso">See Also</a></small></p> 36 37 <p>Breakpoint monitors are actions that occur whenever the breakpoint 38 is considered to be hit, even if the suspend policy of the breakpoint 39 does not cause the debuggee to suspend. Listed below are the available 40 monitors for all types of breakpoints.</p> 41 42 <h4>Beep</h4> 43 44 <p>The beep monitor emits a beep sound when the breakpoint is hit. 45 This is represented using a checkbox in the breakpoint customizer. 46 <em>Note that the <code>java.awt.Toolkit.beep()</code> method does 47 not always produce a sound, and depends entirely on your system 48 configuration.</em></p> 49 50 <h4>Expression</h4> 51 52 <p>The expression monitor evaluates a Java-like expression each time 53 the breakpoint is hit. This is represented using a checkbox and text 54 field in the breakpoint customizer.</p> 55 56 <h4>Stack trace</h4> 57 58 <p>The stack trace monitor dumps the event thread call stack to the 59 <strong>Output</strong> window when the breakpoint is hit. This is 60 represented using a checkbox in the breakpoint customizer.</p> 61 62 <p><strong><a name="seealso" id="seealso">See Also</a></strong></p> 63 64 <ul> 65 <li><a href="edit.html">Editing Breakpoints</a></li> 66 </ul> 67 <hr> 68 69 <p><small><a href="../credits.html">Legal Notices</a></small></p> 70</body> 71</html>