blob: 134eb0a3c34ceb0886dcef7abfbc49d8434b6bc1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 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>Step Filtering Preferences</title>
<script language="JavaScript" src="../../../../PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
<h1> Step Filtering Preferences </h1>
<p> The following preferences can be set using the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.jdt.debug.ui.JavaStepFilterPreferencePage)")'> <img src="../PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Opens the Step Filtering preference page"> <b>Java &gt; Debug &gt; Step Filtering</b></a> preference page.</p>
<p>These preferences are used to configure step filters and step filtering options. </p>
<table border="1" cellspacing="0" cellpadding= "5">
<thead>
<tr>
<th rowspan="1" colspan="1"> <p> Option </p></th>
<th rowspan="1" colspan="1"> <p> Description </p></th>
<th rowspan="1" colspan="1"> <p> Default </p></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="1" valign="top" align="left">Use step filters </td>
<td colspan="1" valign="top" align="left">This option controls is step filtering should be enabled or not. See also the step <a href="../../../../reference/views/debug/ref-usestepfilters.htm">filtering command</a> in the <a href="../../../../reference/views/debug/ref-debug_view.htm"><strong>Debug View</strong> </a></td>
<td colspan="1" valign="top" align="left">On</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Defined step filters </td>
<td colspan="1" valign="top" align="left">This is a listing of all of the defined step filters (the listing itself) and whether the step filters are in use or not (the checked state of step filter) </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Add Filter button </td>
<td colspan="1" valign="top" align="left">Used to add a new step filter that is based on a regular expression </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Add Class button </td>
<td colspan="1" valign="top" align="left">Used to add a new Java class to the listing of step filters </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Add Packages button </td>
<td colspan="1" valign="top" align="left">Used to add new Java packages to the listing of step filters </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Remove button </td>
<td colspan="1" valign="top" align="left">Used to remove the selected step filter(s) </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Select All button </td>
<td colspan="1" valign="top" align="left">Used to set all defined step filters as enabled (or checked) </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Deselect All button </td>
<td colspan="1" valign="top" align="left">Used to set all defined step filters as disabled (or unchecked) </td>
<td colspan="1" valign="top" align="left">&nbsp;</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Filter synthetic methods </td>
<td colspan="1" valign="top" align="left">This option controls if synthetic method should always be filtered or not while stepping. This option requires that the VM used support synthetic methods </td>
<td colspan="1" valign="top" align="left">Off</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Filter static initializers </td>
<td colspan="1" valign="top" align="left">This option controls if static initializers should always be filtered or not while stepping </td>
<td colspan="1" valign="top" align="left">Off</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Filter constructors </td>
<td colspan="1" valign="top" align="left">This option controls if constructors should always be filtered or not while stepping </td>
<td colspan="1" valign="top" align="left">Off</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">Step through filters </td>
<td colspan="1" valign="top" align="left"><p>This option controls step filters to always return from
a filtered location or step through to a non-filtered location. </p>
<p>For
example, if <code>java.util</code> is a filtered location, stepping
into code in <code>HashMap</code> could result in a call-back to your
application code to check the equality of an object. If you choose to <strong>Step through filters</strong> a step into would end up in your
application code. However, when the <strong>Step through filters</strong> option is disabled, a step into <code>HashMap</code> would behave like
a step over.</p></td>
<td colspan="1" valign="top" align="left">On</td>
</tr>
</tbody>
</table>
<p><img src="../../../../images/ngrelc.png" alt="Related concepts" border="0"></p>
<p> <a href="../../../../concepts/cdebugger.htm">Debugger</a><br>
<a href="../../../../concepts/concepts-5.htm">Java perspectives</a><br>
<a href="../../../../concepts/cjavaviews.htm">Java views</a><br>
<a href="../../../../concepts/clocdbug.htm">Local debugging</a><br>
<a href="../../../../concepts/cremdbug.htm">Remote debugging</a> </p>
<p> <img border="0" src="../../../../images/ngrelt.png" alt="Related tasks" > </p>
<p> <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" border="0"></p>
<p><a href="../../../../reference/preferences/java/debug/ref-detail_formatters.htm">Detail Formatters Preferences</a><br>
<a href="../../../../reference/preferences/java/debug/ref-heap_walking.htm">Heap Walking Preferences</a><br>
<a href="../../../../reference/preferences/java/debug/ref-installed_jres.htm">Installed JREs Preferences</a> <br>
<a href="../../../../reference/preferences/java/debug/ref-debug.htm">Java Debug Preferences </a><br>
<a href="../../../../reference/preferences/java/debug/ref-logical_structures.htm">Logical Structures Preferences</a> <br>
<a href="../../../../reference/preferences/java/debug/ref-primitive_display_options.htm">Primitive Display Preferences</a> <br>
<a href="../../../../reference/preferences/run-debug/ref-run_debug.htm">Run/Debug Preferences</a> </p>
</body>
</html>