/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

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