blob: ce7ae6c51edde614237534fee59bd0dfcb8f8163 [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, 2005. 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 Debug view.
</li>
<li>
Click the <strong>Resume</strong> button in the Debug view toolbar (or press the <kbd>F8</kbd> key). The thread resumes its execution, and stack
frames are no longer displayed for the thread.&nbsp; The Variables view is cleared.
</li>
</ol>
<p>
<img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/concepts-10.htm">Debugger</a>
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
<a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
<a href="../tasks/tasks-134.htm">Suspending threads</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/ref-51.htm">Debug view</a>
</p>
</body>
</html>