|
|
|
|
|
by scottlamb
2705 days ago
|
|
I prefer ASAN/UBSAN to either debuggers or printf-style debugging in such cases, but it's not always available. I think a lot of debugger vs printf-style debugging is a matter of preference and familiarity. I'm used to debugging embedded or distributed systems where debugger support is not so great, so I've gotten used to other techniques (including printf-style stuff). But a lot of people love using debuggers, and I find it elitist to tell them they're wrong. |
|
You'd be impressed with the power of formatted printf + excel. Solved some fun issues like quaternion interpolation normalization via graphing and the like.