ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/debug2e.htm

61 lines
2.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>Fast-path Debugger APIs</title>
<!-- Begin Header Records ========================================== -->
<!-- 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. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- DEBUG1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
<!-- Restructured for V5R2 ========================================== -->
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<!-- Java sync-link -->
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>Fast-path Debugger APIs</h2>
<p>Fast-path debugger APIs allow the caller to bypass the generalized Debug
Command API for some of the simpler, but more common, source debugging
functions.</p>
<p>The fast-path debugger API are:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="QTEADDBP.htm">Add Breakpoint</A> (QteAddBreakpoint) adds a breakpoint to the specified location in a registered view.</li>
<li><A HREF="QTERMVAB.htm">Remove All Breakpoints</A> (QteRemoveAllBreakpoints) removes all breakpoints from all modules in a program.</li>
<li><A HREF="QTERMVBP.htm">Remove Breakpoint</A> (QteRemoveBreakpoint) removes a breakpoint from the specified location in a registered view.</li>
<li><A HREF="QTESTEP.htm">Step</A> (QteStep) adds a step to a program specifying that the program will run one or more statements after which program processing is suspended.</li>
</ul>
<!--***************API END PASTE***************-->
<br>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center">
<a href="#Top_Of_Page">Top</a> |
<a href="debug1.htm">Debugger APIs</a> |
<a href="aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>