1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="hevea 1.08">
<LINK rel="stylesheet" type="text/css" href="gprolog.css">
<TITLE>
Debugging
</TITLE>
</HEAD>
<BODY TEXT=black BGCOLOR=white>
<A HREF="gprolog004.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog016.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<HR>
<H2 CLASS="section"><A NAME="htoc19">4</A> Debugging</H2>
<A NAME="Debugging"></A>
<UL>
<LI><A HREF="gprolog010.html">Introduction</A>
<LI><A HREF="gprolog011.html">The procedure box model</A>
<LI><A HREF="gprolog012.html">Debugging predicates</A>
<UL>
<LI><A HREF="gprolog012.html#toc12">Running and stopping the debugger</A>
<LI><A HREF="gprolog012.html#toc13">Leashing ports</A>
<LI><A HREF="gprolog012.html#toc14">Spy-points</A>
</UL>
<LI><A HREF="gprolog013.html">Debugging messages</A>
<LI><A HREF="gprolog014.html">Debugger commands</A>
<LI><A HREF="gprolog015.html">The WAM debugger</A>
</UL>
<HR SIZE=2>
Copyright (C) 1999-2007 Daniel Diaz
<BR>
<BR>
Verbatim copying and distribution of this entire article is permitted in any
medium, provided this notice is preserved. <BR>
<BR>
<A HREF="index.html#copyright">More about the copyright</A>
<HR>
<A HREF="gprolog004.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog016.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>
|