brian 98/04/19 22:50:14
Modified: . index.html
Added: . debugging.html
Log:
A meek beginning, but better than sitting around complaining that it doesn't
exist. Feel free to add to this!
Revision Changes Path
1.20 +5 -8 apache-devsite/index.html
Index: index.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/index.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- index.html 1998/04/18 07:37:33 1.19
+++ index.html 1998/04/20 05:50:13 1.20
@@ -59,17 +59,14 @@
draft form. [<A HREF="voting">Old Guidelines</A>]. <BR>
(last modified on <!--#flastmod virtual="guidelines.html" -->)
</LI>
- <LI>The Apache coding
- <A
- HREF="styleguide"
- >style guide</A><BR>
+ <LI>The Apache coding <A HREF="styleguide">style guide</A><BR>
(last modified on <!--#flastmod virtual="styleguide.html" -->)
</LI>
- <LI>Some notes on
- <A
- HREF="API"
- >the API</A><BR>
+ <LI>Some notes on <A HREF="API">the API</A><BR>
(last modified on <!--#flastmod virtual="API.html" -->)
+ </LI>
+ <LI>Some notes on <A HREF="debugging.html">debugging</A><BR>
+ (last modified on <!--#flastmod virtual="debugging.html" -->)
</LI>
</UL>
1.1 apache-devsite/debugging.html
Index: debugging.html
===================================================================
<HTML><HEAD>
<TITLE>Apache Debugging Guide</TITLE>
</HEAD><BODY>
<H1>Apache Debugging Guide</H1>
<P>This document is a collection of semi-random and unorganized notes
regarding tools and techniques for debugging Apache, and Apache
modules.
<OL>
<LI><A HREF="#gdb">Using '<CODE>gdb</CODE>'</A>
</OL>
<HR>
<P><A NAME="gdb"><B>Using '<CODE>gdb</CODE>'</B></A>
<P>A file in the <CODE>src/</CODE> directory, <CODE>.gdbinit</CODE>,
provides a useful macro for printing out the contents of a table
structure, called <CODE>dump_table</CODE>.
<P>
<HR>
<P>Got more tips? Send 'em to <A
HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. Thanks!
</BODY>
</HTML>