stas 02/05/14 23:49:19 Modified: src/docs/2.0/devel/debug_c debug_c.pod Log: fix typos Revision Changes Path 1.8 +5 -2 modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod Index: debug_c.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug_c/debug_c.pod,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- debug_c.pod 14 Apr 2002 07:11:48 -0000 1.7 +++ debug_c.pod 15 May 2002 06:49:19 -0000 1.8 @@ -188,13 +188,16 @@ use a few tricks to do it in one command. If the server starts fast you can use sleep(): - % ddd b-command=.debug-modperl-init & ; \ + % ddd -command=.debug-modperl-init & ; \ sleep 2 ; t/TEST -verbose -run apr/pool -or to use the C<Apache::Test> framework's C<-ping=block> option: +or the C<Apache::Test> framework's C<-ping=block> option: % ddd -command=.debug-modperl-init & ; \ t/TEST -verbose -run -ping=block apr/pool + +which will block till the server starts responding, and only then will +try to run the test. =head2 Precooked gdb Startup Scripts
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]