aaron 2002/06/03 11:31:00
Modified: perl-framework README
Log:
Add a note about envoking gdb.
Revision Changes Path
1.12 +3 -0 httpd-test/perl-framework/README
Index: README
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README 9 May 2002 06:22:55 -0000 1.11
+++ README 3 Jun 2002 18:31:00 -0000 1.12
@@ -53,6 +53,9 @@
This will stop the test server:
t/TEST -stop
+This will run the server under gdb (using -X):
+ t/TEST -d gdb
+
Note: At this point, you have a working test environment. You can
look in t/conf for the test server configuration files. These are
generated by the test harness. Once you have a working test