SubGit vs WinDbg
A side-by-side look at SubGit and WinDbg. For an in-depth review of either product, follow the links below.
SubGit
Development
SubGit is a tool for connecting Git and Subversion repositories. It allows you to use Git as a client for a Subversion server, enabling Git's features like branching and merging while still interacting with a central Subversion repository.
gitsvnsubversionrepositorybridge
WinDbg
Development
WinDbg is a powerful Windows debugging tool used mainly for analyzing crashes and errors in Windows applications and drivers. It provides detailed assembly-level debugging and can be used to inspect live programs or crash dumps.
debuggerwindowscrash-analysisassembly-debugging