Hi,
When you say "C code with CFLAGS=-g -O0 to have debugging symbols in the resultant library that will be loaded from Perl. -O0 will remove optimization, this makes it easier to step through the code."
What do you mean? Do I have to pull the c code out of the module to do this? Is there any way you can provide more specific steps?