[C++] Any tools or suggestion which can help in finding bugs for multithreaded apps

Started by
0 comments, last by daviangel 14 years, 1 month ago
Hi, I have written a multi threaded application C++ in VC2010 I would like to know is there any suggestion on how to go about testing it, e.g test whether is there deadlocks, race conditions etc. Are there any tools out there which can assist in doing so?? For e.g in C# there is CHESS. Or are there other ways which can help find bugs and test for program correctness for a multi threaded application in C++? Thanks
Advertisement
Have you checked out the
">Intel® Parallel Studio?
Way superior to anything that comes with VS.
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe

This topic is closed to new replies.

Advertisement