blob: c8e1db5006989707647ed36b6348e9ca346ead7d [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>Toggle Breakpoint</title>
</head>
<body>
<h1> Toggle Breakpoint</h1>
<p> Select the <strong>Toggle Breakpoint </strong>command [<img src="../../../images/org.eclipse.debug.ui/obj16/brkp_obj.png" alt="Toggle Breakpoints">] to create a new breakpoint at the given location. You can also use the global keyboard shortcut <strong><em>Ctrl + Shift + B</em> </strong></p>
<p>Depending on the location and/or selection in the source file, this command will set the correct type of breakpoint for given the location/selection. </p>
<p>For example, if you have the name of a class selected and activate the command, you will get a class load breakpoint on that class; alternatively, if you have a field selected and activate the command, you will get a watchpoint on the field. </p>
<p><img border="0" src="../../../images/ngrelc.png" alt="Related concepts"></p>
<p><a href="../../../concepts/cdebugger.htm">Debugger</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-evaluating_expressions.htm">Evaluating expressions</a><br>
<a href="../../../tasks/task-running_and_debugging.htm">Running and Debugging</a><br>
<a href="../../../tasks/task-remotejava_launch_config.htm">Connecting to a remote VM with the Remote Java application launch configuration</a><br>
<a href="../../../tasks/task-add_line_breakpoints.htm">Line breakpoints</a><br>
<a href="../../../tasks/task-set_method_breakpoints.htm">Setting method breakpoints</a><br>
<a href="../../../tasks/task-catching_exceptions.htm">Catching exceptions</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/menus/run/ref-menu-run.htm">Run Menu</a><br>
<a href="../../../reference/views/breakpoints/ref-breakpoints_view.htm">Breakpoints View</a><br>
<a href="../../../reference/views/breakpoints/ref-addexception_viewaction.htm">Add Java Exception Breakpoint</a><br>
<a href="../../../reference/menus/run/ref-add_class_load_breakpoint.htm">Add Class Load Breakpoint</a> <br>
<a href="../../../reference/menus/run/ref-toggle_line_breakpoint.htm">Toggle Line Breakpoint</a><br>
<a href="../../../reference/menus/run/ref-toggle_method_breakpoint.htm">Toggle Method Breakpoint</a><br>
<a href="../../../reference/menus/run/ref-toggle_watchpoint.htm">Toggle Watchpoint</a><br>
</p>
</body>
</html>