blob: 0dc4bfc3e260b07a4b8b66d37a6303e6ac9ea554 [file]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<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 Java exception breakpoint
</title>
</head>
<body>
<h1>
Add Java exception breakpoint
</h1>
<p>
This command allows you to add a Java exception breakpoint. In the resulting dialog:
</p>
<ul>
<li>
In the <strong>Choose an Exception</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 exceptions list, select the exception you want to add.
</li>
<li>
Check or clear the <strong>Caught</strong> and <strong>Uncaught</strong> check boxes as needed to indicate on which exception type you want to suspend the program.
</li>
</ul>
<p>
<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
</p>
<p>
<a href="../concepts/cbrkpnts.htm">Breakpoints</a>
</p>
<p>
<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
</p>
<a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
<a href="../tasks/tasks-130.htm">Launching a Java program</a> <br>
<a href="../tasks/tasks-126.htm">Running and debugging</a>
<p>
<br>
</p>
<p>
&nbsp;<a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" width="324" height="14">
</a>
</p>
</body>
</html>