79 lines
4.2 KiB
HTML
79 lines
4.2 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="Operations that temporarily remove breakpoints" />
|
|
<meta name="abstract" content="Breakpoints or statement traces may be temporarily removed from a program while the debug function is running if you use certain control language (CL) commands to specify your library or program." />
|
|
<meta name="description" content="Breakpoints or statement traces may be temporarily removed from a program while the debug function is running if you use certain control language (CL) commands to specify your library or program." />
|
|
<meta name="DC.Relation" scheme="URI" content="opm.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../clfinder/finder.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="temprmdg" />
|
|
<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>Operations that temporarily remove breakpoints</title>
|
|
</head>
|
|
<body id="temprmdg"><a name="temprmdg"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Operations that temporarily remove breakpoints</h1>
|
|
<div><p>Breakpoints or statement traces may be temporarily removed from
|
|
a program while the debug function is running if you use certain control language
|
|
(CL) commands to specify your library or program.</p>
|
|
<div class="section"> <p> Breakpoints and statement traces are <em>restored</em> when
|
|
the CL command completes running. A CPD190A message is in the job log when
|
|
the breakpoints or traces are removed; another CPD190A message is in the job
|
|
log when the breakpoints and statement traces are restored.</p>
|
|
<p>Breakpoints
|
|
or statement traces may be <strong>temporarily removed</strong> from a program when
|
|
you use the following CL commands to specify your library:</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" width="100%" frame="void" border="1" rules="rows"><tbody><tr><td align="left" valign="top" width="20%"><p>CHKOBJITG</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"><p>CPY<br />
|
|
CPYLIB</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"><p>CPROBJ<br />
|
|
CRTDUPOBJ</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"><p>RSTLIB<br />
|
|
RSTOBJ</p>
|
|
</td>
|
|
<td align="left" valign="top" width="20%"><p>SAVLIB<br />
|
|
SAVOBJ<br />
|
|
SAVSYS<br />
|
|
SAVCHGOBJ</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="note"><span class="notetitle">Note:</span> When the CL commands are running on your program, you may not
|
|
be able to add breakpoints or add traces to the program. If you enter the <span class="cmdname">Add
|
|
Breakpoint (ADDBKP)</span> command or the <span class="cmdname">Add Trace (ADDTRC)</span> command
|
|
when any of the commands are running on your program, you will receive error
|
|
message CPF7102.</div>
|
|
</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="../clfinder/finder.htm">CL command finder</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |