AppleWin/help/debug.html

41 lines
925 B
HTML
Raw Normal View History

2006-07-08 15:41:03 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Using the Debugger</title>
</head>
<body style="background-color: rgb(255, 255, 255); font-family: verdana;" alink="#008000" link="#008000" vlink="#008000">
<h2 style="color: rgb(0, 128, 0);">Using
the Debugger</h2>
<hr size="4">
<p>AppleWin includes a complete
symbolic
debugger which you can use to examine the internal workings of
Apple programs. If you're interested in writing Apple II assembly
language programs or modifying existing ones, you'll find the
debugger to be an invaluable aid.</p>
<p>For more information, select
one of the
following topics:</p>
<ul>
<li><a href="db-screen.html">The
Debugger Screen</a></li>
<li><a href="db-cmds.html">Debugger
Commands</a></li>
</ul>
</body>
</html>