Monday, October 20, 2008

* CHESS: Debugging and Testing of multithreaded applications made easier.

CHESS is an automated tool from Microsoft Research for finding errors in multithreaded software by systematic exploration of thread schedules. It not only finds errors but also provides a fully repeatable execution of the program leading to the error, thus helping in debugging process.

While it is already used by lot of internal groups, it will be showcased to outer world at this year’s PDC. image

Currently its available for only Win32 platform and will be available for .NET platform soon.

Chess Website

No comments:

Post a Comment