/help/javahelp/com/bluemarsh/jswat/help/docs/breakpoint/monitors.html
http://jswat.googlecode.com/ · HTML · 71 lines · 34 code · 13 blank · 24 comment · 0 complexity · f0d1e500442bcb33472cfc33642fde3d MD5 · raw file
- <html>
- <!--
- The contents of this file are subject to the terms of the Common Development
- and Distribution License (the License). You may not use this file except in
- compliance with the License.
- You can obtain a copy of the License at http://www.netbeans.org/cddl.html
- or http://www.netbeans.org/cddl.txt.
- When distributing Covered Code, include this CDDL Header Notice in each file
- and include the License file at http://www.netbeans.org/cddl.txt.
- If applicable, add the following below the CDDL Header, with the fields
- enclosed by brackets [] replaced by your own identifying information:
- "Portions Copyrighted [year] [name of copyright owner]"
- The Original Software is JSwat. The Initial Developer of the Original
- Software is Nathan L. Fiedler. Portions created by Nathan L. Fiedler
- are Copyright (C) 2006. All Rights Reserved.
- Contributor(s): Nathan L. Fiedler.
- $Id: monitors.html 284 2010-11-20 22:35:20Z nathanfiedler $
- DO NOT USE HTML TIDY ON THIS FILE (it adds /> which confuses JavaHelp)
- -->
- <head>
- <title>Breakpoint Monitors</title>
- <link href="../help.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <h2>Breakpoint Monitors</h2>
- <p><small><a href="#seealso">See Also</a></small></p>
- <p>Breakpoint monitors are actions that occur whenever the breakpoint
- is considered to be hit, even if the suspend policy of the breakpoint
- does not cause the debuggee to suspend. Listed below are the available
- monitors for all types of breakpoints.</p>
- <h4>Beep</h4>
- <p>The beep monitor emits a beep sound when the breakpoint is hit.
- This is represented using a checkbox in the breakpoint customizer.
- <em>Note that the <code>java.awt.Toolkit.beep()</code> method does
- not always produce a sound, and depends entirely on your system
- configuration.</em></p>
- <h4>Expression</h4>
- <p>The expression monitor evaluates a Java-like expression each time
- the breakpoint is hit. This is represented using a checkbox and text
- field in the breakpoint customizer.</p>
- <h4>Stack trace</h4>
- <p>The stack trace monitor dumps the event thread call stack to the
- <strong>Output</strong> window when the breakpoint is hit. This is
- represented using a checkbox in the breakpoint customizer.</p>
- <p><strong><a name="seealso" id="seealso">See Also</a></strong></p>
- <ul>
- <li><a href="edit.html">Editing Breakpoints</a></li>
- </ul>
- <hr>
- <p><small><a href="../credits.html">Legal Notices</a></small></p>
- </body>
- </html>