What tools exist for testing multithreaded .net code?

前端 未结 4 627
小蘑菇
小蘑菇 2021-01-31 11:38

Are there any tools that can help find race conditions when testing multi-threaded .net code? I\'m looking for something with similar capabilities to IBM\'s ConTest tool for Jav

4条回答
  •  暖寄归人
    2021-01-31 11:52

    There’s a great windbg extension, written by Steve Johnson, called sosex which has a deadlock finding command. You can find it at http://www.stevestechspot.com/downloads/sosex_32.zip and you can read more about it here: http://www.stevestechspot.com/SOSEXANewDebuggingExtensionForManagedCode.aspx and here: http://www.stevestechspot.com/SOSEXUpdatedV11Available.aspx.

提交回复
热议问题