Browse by Tags
All Tags »
software tools (
RSS)
Sorry, but there are no more tags available to filter with.
MethodLogger is a macro I wrote that adds log statements at the beginning and ending of all methods in the current document in Visual Studio. Unzip the file, load it in Visual Studio using Tools->Macros->Load Macro Project, open the appropriate...
A new version of deadlock detector is up at Deadlock Detector ^ . This version is a partial rewrite, with a modified version of the algorithm to detect the object being locked. It now does a virtual execution of the IL, following through all control paths...