stas 02/01/28 08:23:56 Modified: src/docs/2.0/devel/debug_c debug_c.pod Log: - use `pwd` instead of real path, easier to re-use! Revision Changes Path 1.3 +2 -3 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- debug_c.pod 15 Jan 2002 12:34:19 -0000 1.2 +++ debug_c.pod 28 Jan 2002 16:23:56 -0000 1.3 @@ -40,8 +40,7 @@ To automate things you can put those in the I<.gdb-jump-to-init> file: b apr_dso_load - run -DONE_PROCESS -d /home/stas/apache.org/modperl-perlmodule/t \ - -f /home/stas/apache.org/modperl-perlmodule/t/conf/httpd.conf + run -DONE_PROCESS -d `pwd`/t -f `pwd`/t/conf/httpd.conf finish b modperl_hook_init continue @@ -49,7 +48,7 @@ and then start the debugger with: % gdb /home/stas/httpd-2.0/bin/httpd -command \ - /home/stas/apache.org/modperl-perlmodule/t/.gdb-jump-to-init + `pwd`/t/.gdb-jump-to-init =head2 Starting the Server Fast under gdb
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]