Are there any systems for logging or keeping track of which type of bugs you encounter as you develop?
I'm not looking for bug tracking, per se. But more like a build tool: as a developer, it would be awesome if every time I compiled or tried to run code, I could redirect debugging output and record the bugs I most commonly introduce, how long they take to resolve, etc. Is there anything like this out there? ...