Alistair’s cakeBlog

Software development and philosophical musings

Entries Comments


Category: apache modules

Debugging an Apache module in NetBeans

29 April, 2010 (14:29) | C++, Guanxi, apache modules | 1 comment

As I’ve started to develop mod_guanxi as an Apache module version of a Guanxi Guard, I needed a way to debug it running inside Apache. I eventually gave up trying to use Eclipse and CDT and gave NetBeans a go instead. Make sure your Makefile can produce a debug build. I just added -g to [...]