in reply to GDB journey into perl internals
I usually don't go stepping through the code, since that takes a long time and is generally boring. I just throw in a lot of assert()s and log/warn marcros in my XS code on the suspicious parts. That way I can just compile with NDEBUG or not depending on if I'm developing or compiling production code.
|
|---|