What tools exist for testing multithreaded .net code?

前端 未结 4 619
小蘑菇
小蘑菇 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:58

    Have you seen Debug Inspector (www.debuginspector.com) ?

    It does managed and unmanaged deadlocks and covers both WaitForSingleObject and WaitForMultipleObjects and works for XP and Vista

提交回复
热议问题