Re: perldb

2001-10-20 Thread Stas Bekman
rt available. Enter h or `h h' for help, or `man perldebug' for more help. Apache::TestPerlDB added perldb commands: bok - Set breakpoint at test n lwpd - Set the LWP debug level for Apache::TestRequest Debugged program terminated. Use q to quit or R to restart, use O inhibit_exit t

perldb

2001-08-17 Thread Doug MacEachern
to help with debugging tests, you can run under the perldebugger % t/TEST -v -d perl t/modules/cgi.t ... DB<1> lwpd 1 will turn on debug mode so Apache::TestRequest prints the request method and url, along with the response headers from the server. 'lwp 2' does the same, but includes response