blob: 9f66afb9095f39e02bfec71fef7b87e4c46b0873 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<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>
Disconnecting from a VM
</title>
</head>
<body>
<h1>
Disconnecting from a VM
</h1>
<p>
To disconnect from a VM that was connected to with a <strong>Remote Java Application</strong> launch configuration: </p>
<ol>
<li>
In the <a href="../reference/views/debug/ref-debug_view.htm"><strong>Debug View</strong></a>, select the launch. </li>
<li>
Click the <strong><a href="../reference/views/debug/ref-disconnect.htm">Disconnect</a></strong> button [ <img src="../images/org.eclipse.debug.ui/elcl16/disconnect_co.svg" alt="Disconnect"> ] in the view toolbar. </li>
</ol>
<p>Communication with the VM is terminated, and all threads in the remote VM are
resumed. Although the remote VM continues to execute, the debug session is now terminated. </p>
<h3 class="related">Related concepts</h3>
<a href="../concepts/cdebugger.htm">Debugger</a>
<h3 class="related">Related tasks</h3>
<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-running_and_debugging.htm">Running and debugging</a>
<h3 class="related">Related references</h3>
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a>
</body>
</html>