ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/clstepovr.htm

59 lines
3.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Use F10 (Step) or F22 (Step into)" />
<meta name="abstract" content="When you step over the called program object, then the CALL statement and the called program object are run as a single step. When you step into the called program object, then each statement in the called program object is run as a single step." />
<meta name="description" content="When you step over the called program object, then the CALL statement and the called program object are run as a single step. When you step into the called program object, then each statement in the called program object is run as a single step." />
<meta name="DC.subject" content="program object, step over" />
<meta name="keywords" content="program object, step over" />
<meta name="DC.Relation" scheme="URI" content="cldbinstruction.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="clstepovr" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Use F10 (Step) or F22 (Step into)</title>
</head>
<body id="clstepovr"><a name="clstepovr"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use F10 (Step) or F22 (Step into)</h1>
<div><p>When you step over the called program object, then the CALL statement
and the called program object are run as a single step. When you step into
the called program object, then each statement in the called program object
is run as a single step.</p>
<div class="section"><p>The called program object is run to completion before the calling
program object is stopped at the next step. The called program object is
then shown in the Display Module Source display if the called program object
is compiled with debug data and you have the correct authority to debug it. </p>
<p>Step
over is the default step mode. You can step over program objects by using:
</p>
<ul><li>F10 (Step) on the Display Module Source display</li>
<li>The STEP OVER debug command</li>
</ul>
<p>You can step into program objects by using: </p>
<ul><li>F22 (Step into) on the Display Module Source display</li>
<li>The STEP INTO debug command</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="cldbinstruction.htm" title="After a breakpoint is encountered, you can run a specified number of statements of a program object, then stop the program again.">Use instruction stepping</a></div>
</div>
</div>
</body>
</html>