> From: Tiago Vignatti <tiago.vignatti at nokia.com> > Date: Mon, 31 May 2010 16:16:52 +0300 > > Rarely one would want to print all functions of a given file when debugging. > If this is the case, then a mix of ctags + cpp + gdb probably can do the same > (useless?) job. That's why that #define DEBUG 0 is there!