69 lines
4.9 KiB
HTML
69 lines
4.9 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="task" />
|
||
|
<meta name="DC.Title" content="Display testing information" />
|
||
|
<meta name="abstract" content="In debug mode, you can display testing information that lets you review how you have set up your debug job." />
|
||
|
<meta name="description" content="In debug mode, you can display testing information that lets you review how you have set up your debug job." />
|
||
|
<meta name="DC.subject" content="displaying, testing information, debug information, see='breakpoint'.debug mode, see='testing'.debug mode, DSPDBG (Display Debug) command, Display Debug (DSPDBG) command, command, CL, DSPDBG (Display Debug), Display Debug (DSPDBG), debug, call stack, displaying testing information, stack, call, DSPBKP (Display Breakpoints) command, Display Breakpoints (DSPBKP) command, DSPBKP (Display Breakpoints), Display Breakpoints (DSPBKP), breakpoint, DSPTRC (Display Trace) command, Display Trace (DSPTRC) command, DSPTRC (Display Trace), Display Trace (DSPTRC), trace" />
|
||
|
<meta name="keywords" content="displaying, testing information, debug information, see='breakpoint'.debug mode, see='testing'.debug mode, DSPDBG (Display Debug) command, Display Debug (DSPDBG) command, command, CL, DSPDBG (Display Debug), Display Debug (DSPDBG), debug, call stack, displaying testing information, stack, call, DSPBKP (Display Breakpoints) command, Display Breakpoints (DSPBKP) command, DSPBKP (Display Breakpoints), Display Breakpoints (DSPBKP), breakpoint, DSPTRC (Display Trace) command, Display Trace (DSPTRC) command, DSPTRC (Display Trace), Display Trace (DSPTRC), trace" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="opm.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspdbg.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/dsptrc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspbkp.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="dspfu" />
|
||
|
<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>Display testing information</title>
|
||
|
</head>
|
||
|
<body id="dspfu"><a name="dspfu"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Display testing information</h1>
|
||
|
<div><p>In debug mode, you can display testing information that lets you
|
||
|
review how you have set up your debug job. </p>
|
||
|
<div class="section"> <p>You can display what programs are in debug mode and what breakpoints
|
||
|
and traces have been defined for those programs. In addition, you can display
|
||
|
the status of the programs in debug mode.</p>
|
||
|
<p>You can use the following
|
||
|
commands to display testing information:</p>
|
||
|
<ul><li><span class="cmdname">Display Debug (DSPDBG)</span>, which displays the current
|
||
|
call stack and the names of the programs that are in debug mode and indicates
|
||
|
the following: <ul><li>Which are stopped at a breakpoint</li>
|
||
|
<li>Which are currently called</li>
|
||
|
<li>The request level of those that are called</li>
|
||
|
<li>Debug options selected for the debug job</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><span class="cmdname">Display Breakpoint (DSPBKP)</span>, which displays the locations
|
||
|
of breakpoints that are currently defined in a program.</li>
|
||
|
<li><span class="cmdname">Display Trace (DSPTRC)</span>, which displays the statements
|
||
|
or statement ranges that are currently defined in a program.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="opm.htm" title="You can debug your OPM programs by using testing functions.">Debug OPM programs</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../cl/dspdbg.htm">Display Debug (DSPDBG) command</a></div>
|
||
|
<div><a href="../cl/dsptrc.htm">Display Trace (DSPTRC) command</a></div>
|
||
|
<div><a href="../cl/dspbkp.htm">Display Breakpoint (DSPBKP) command</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|