Apache::Test++

jhorwitz on 2005-02-04T15:44:19

Geoff just showed me a neat Apache::Test trick. If you're testing an Apache module with Apache::Test, you can run a debugger on the httpd process automatically with this line: t/TEST -debug=gdb -breakpoint=somebreakpoint I've been running GDB manually up to this point, so this is a big time saver. Apache::Test just continues to earn brownie points with me.