blob: 3257c6640654ba620b711641d4c4ab624e23ceef [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 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>
Resuming the execution of suspended threads
</title>
</head>
<body>
<h1>
Resuming the execution of suspended threads
</h1>
<p>
To resume the execution of a suspended threads:
</p>
<ol>
<li>
Select the thread or its stack frame in the <a href="../reference/views/debug/ref-debug_view.htm"><strong>Debug View</strong></a>. </li>
<li>
Click the <strong><a href="../reference/views/debug/ref-resume.htm">Resume</a></strong> button [ <img src="../images/org.eclipse.debug.ui/elcl16/resume_co.png" alt="Resume"> ] in the view toolbar (or press the <em><strong>F8</strong></em> key). </li>
</ol>
<p>The thread resumes its execution and stack
frames are no longer displayed for the thread.&nbsp; The <a href="../reference/views/variables/ref-variables_view.htm"><strong>Variables View</strong></a> is also cleared.</p>
<p>
<img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/cdebugger.htm">Debugger</a>
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="task-evaluating_expressions.htm">Evaluating expressions</a><br>
<a href="task-stepping.htm">Stepping through the execution of a program</a><br>
<a href="../tasks/task-suspending_threads.htm">Suspending threads</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a>
<br>
<a href="../reference/views/debug/ref-resume.htm">Resume command</a><br>
<a href="../reference/views/debug/ref-suspend.htm">Suspend command</a><br>
<a href="../reference/views/variables/ref-variables_view.htm">Variables View</a></p>
</body>
</html>