blob: 994989cecc8a105b7914857b9ad04410bfaaa188 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
<title>Add Class Load Breakpoint</title>
</head>
<body>
<h1> Add Class Load Breakpoint </h1>
<p> Select the <strong>Add Class Load Breakpoint</strong> command [ <img src="../../../images/org.eclipse.jdt.debug.ui/obj16/class_obj.png" alt="Add Class Load Breakpoint"> ] to add a Java class load breakpoint. </p>
<p>In the resulting dialog: </p>
<ul>
<li> In the <strong>Choose a Type </strong> field, type a string that is contained in the name of the exception you want to add. You can use wildcards as needed
(&quot;<em>*</em> &quot; for any string and &quot;<em>?</em> &quot; for any character). </li>
<li> In the <strong>Matching items </strong> list , select the exception you want to add. </li>
</ul>
<p>The <strong>Add Class Load Breakpoint Dialog</strong>.</p>
<p><img src="../../../reference/menus/run/images/add_class_load_dialog.PNG" alt="Add Class Load Breakpoint Dialog"></p>
<p> <img border="0" src="../../../images/ngrelc.png" alt="Related concepts" > </p>
<p> <a href="../../../concepts/cbrkpnts.htm">Breakpoints</a> </p>
<p><img border="0" src="../../../images/ngrelt.png" alt="Related tasks" ></p>
<p><a href="../../../tasks/task-catching_exceptions.htm">Catching Java exceptions</a><br>
<a href="../../../tasks/task-add_line_breakpoints.htm">Adding breakpoints</a><br>
<a href="../../../tasks/task-remove_line_breakpoints.htm">Removing breakpoints</a><br>
<a href="../../../tasks/task-launching_java_program.htm">Launching a Java program</a> <br>
<a href="../../../tasks/task-running_and_debugging.htm">Running and debugging</a> </p>
<p><img src="../../../images/ngrelr.png" alt="Related Reference"></p>
<p> <a href="../../../concepts/concepts-7.htm">Java Editor</a><br>
<a href="../../../reference/views/breakpoints/ref-breakpoints_view.htm">Breakpoints View</a><br>
<a href="../../../reference/menus/run/ref-menu-run.htm">Run Menu</a></p>
</body>
</html>