2006-07-30 20:24:09 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
|
|
<title>AppleWin Debugger Tutorial</title>
|
|
|
|
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252">
|
|
|
|
</HEAD>
|
|
|
|
<body style="DIRECTION: ltr" lang="en-US">
|
|
|
|
<H1>AppleWin Debugger Tutorial</H1>
|
|
|
|
<P><FONT size="4"><i>By Michael Pohoreski.</i></FONT></P>
|
|
|
|
<P><FONT size="3">Revision 3. Mar 12, 2006.</FONT></P>
|
|
|
|
<H2>Table of Contents</H2>
|
|
|
|
<UL>
|
2017-12-20 18:07:23 +00:00
|
|
|
<LI><A href="#Introduction">Introduction</A>
|
|
|
|
<LI><A href="dbg-entering-debugger.html">Entering and exiting the Debugger</A>
|
|
|
|
<LI><A href="dbg-screen-layout.html">Debugger Screen Layout</A>
|
|
|
|
<LI><A href="dbg-scrolling.html">Scrolling</A>
|
|
|
|
<LI><A href="dbg-registers.html">Registers</A>
|
|
|
|
<LI><A href="dbg-flags.html">Flags</A>
|
|
|
|
<LI><A href="dbg-execution.html">Execution</A>
|
|
|
|
<LI><A href="dbg-memory.html">Memory</A>
|
2006-07-30 20:24:09 +00:00
|
|
|
<UL>
|
2017-12-20 18:07:23 +00:00
|
|
|
<LI><A href="dbg-memory.html#Memory_View">Viewing Memory</A>
|
|
|
|
<LI><A href="dbg-memory.html#Memory_Search">Searching Memory</A>
|
|
|
|
<LI><A href="dbg-memory.html#Memory_Change">Changing Memory</A>
|
2006-07-30 20:24:09 +00:00
|
|
|
</UL>
|
2017-12-20 18:07:23 +00:00
|
|
|
<LI><A href="dbg-symbols.html">Symbols</A>
|
|
|
|
<LI><A href="dbg-calculator.html">Calculator</A>
|
|
|
|
<LI><A href="dbg-windows.html">Windows</A>
|
|
|
|
<LI><A href="dbg-breakpoints.html">Breakpoints</A>
|
|
|
|
<LI><A href="dbg-configuration.html">Configuration</A>
|
2006-07-30 20:24:09 +00:00
|
|
|
<UL>
|
2017-12-20 18:07:23 +00:00
|
|
|
<LI><A href="dbg-configuration.html#Colors">Colors</A>
|
|
|
|
<LI><A href="dbg-configuration.html#Fonts">Fonts</A>
|
|
|
|
<LI><A href="dbg-configuration.html#Scripts">Scripts</A>
|
|
|
|
<LI><A href="dbg-configuration.html#Settings">Settings</A>
|
2006-07-30 20:24:09 +00:00
|
|
|
</UL>
|
|
|
|
</LI>
|
|
|
|
</UL>
|
|
|
|
|
|
|
|
<H2> </H2>
|
|
|
|
<H2><a name="Introduction">Introduction</a></H2>
|
|
|
|
<p>If you're new to the debugger, this tutorial will gently get you up to speed in
|
|
|
|
becoming familiar with it.</p>
|
|
|
|
<p>If you're already familiar with the AppleWin Debugger, you'll be aware that it
|
|
|
|
was probably lacking in features and ease of use. The new debugger has
|
|
|
|
been given an over-haul for the new millennium with respect to aesthetics and
|
|
|
|
functionality. As such, you'll probably want to read this tutorial to
|
|
|
|
learn about the new features that will not only help you in debugging, but also
|
|
|
|
save you time.</p>
|
|
|
|
<p>Let's get started on the tour!
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</HTML>
|