Thread
Stories related to "DVCS and Bug Tracking" across the full archive.
Any recommendations on bug tracking software? Ideally:
* simple install (preferably self-contained, no dependencies), or a web service
* email integration (forward an email from a user to create a new ticket)
Thanks!
I'd like to suggest a new tag for stories or content mainly concerning debugging techniques or methods.
I've noticed a handful of stories recently that would be aided by such a tag: even though they concern different languages or problem scopes, they all have to do with the fine black art of debu...
Similar to [rr](https://lobste.rs/s/qwripe/using_rr_to_debug_rr), this is a new type of debugger that applies the git version control paradigm to debugging. Each instruction can be thought of a "commit", the qemu virtualization system is used to run the program and log all the necessary data. It als...
This was already posted but had ?lobsters at the end of the other URL so it was not detect on submission...
Relevant issue: https://github.com/dotnet/coreclr/issues/5612
* [Leak 1](http://notes.secretsauce.net/notes/2015/09/19_debugging-gnu-emacs-memory-leaks-part-1.html)
* [Leak 2](http://notes.secretsauce.net/notes/2015/10/01_debugging-gnu-emacs-memory-leaks-part-2.html)
* [Tools](http://notes.secretsauce.net/notes/2015/10/05_memory-leak-debugging-tools.html)