97 lines
2.7 KiB
HTML
97 lines
2.7 KiB
HTML
<!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>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 ========================================== -->
|
|
<!-- 050118 JETAYLOR Repurposed for V5R4 -->
|
|
<!-- 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>Debugger APIs</h2>
|
|
|
|
<p>The Debugger APIs can be used for program debugging on the server. The
|
|
Debugger APIs are divided into the following functional
|
|
areas:</p>
|
|
|
|
|
|
<ul>
|
|
<li><a href="debug2a.htm">Program Variable APIs</a> (Original Program Model (OPM) and Integrated Language
|
|
Environment<SUP>(R)</SUP> (ILE))<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug2b.htm">Debug Session Control APIs</a> (ILE) <br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug2c.htm">Create View APIs</a> (ILE)<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug2d.htm">View Information APIs</a> (ILE)<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug2e.htm">Fast-path Debugger APIs</a> (ILE)<br>
|
|
<br>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
<p>The debugger API user can use these APIs independently of each other or
|
|
together as needed. For general information about the integrated language
|
|
environment, see the <a href="../bookssc415606.pdf">ILE Concepts</a><img
|
|
src="wbpdf.gif" alt="Link to PDF"> book.</p>
|
|
|
|
<p>Select one of the following for more information:</p>
|
|
|
|
<ul>
|
|
<li><a href="debug3.htm">Using source debugger APIs</a><br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug4.htm">How a compiler uses the APIs to generate debug data
|
|
for ILE programs</a><br>
|
|
<br>
|
|
</li>
|
|
|
|
<li><a href="debug5.htm">How a source debugger uses the APIs to debug ILE or
|
|
OPM programs</a></li>
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|