GPU621/Sentinel
Contents
Multithreaded Application Debugging in Visual Studio
Group Members
Introduction
- Context on debugging
- Why debugging is important (how critical it is)
- VS Tools overview as well as VS (powerful IDE, allows you to monitor state)
Basic Debugging Steps
- Build in Debug mode
- Double-check the outputs
- Start where the bug is
How to Debug Multithreaded Application in VS
- Tools in more detail (maybe show an example ourselves)
- Walkthrough (workshop-style)