Simulator
This lesson introduces you to the debugging tool Helgrind, which you will use in the exercise in the proceeding lesson.
We'll cover the following...
In this chapter’s exercise, you’ll use a real tool on Linux to find problems in
multi-threaded code. The tool is called helgrind
(available as part of the
Valgrind suite of debugging tools
To complete these exercises locally, you’ll have to download and install Valgrind and the related ...