Open main menu

CDOT Wiki β

GPU621/Sentinel

Revision as of 11:45, 7 November 2018 by Ezaytseva (talk | contribs) (Added the project outline)

Multithreaded Application Debugging in Visual Studio

Group Members

  1. Ekaterina Zaytseva
  2. Mohammad Yasir
  3. Natan Ross
  4. eMail All

Introduction

  1. Context on debugging
  2. Why debugging is important (how critical it is)
  3. VS Tools overview as well as VS (powerful IDE, allows you to monitor state)

Basic Debugging Steps

  1. Build in Debug mode
  2. Double-check the outputs
  3. Start where the bug is

How to Debug Multithreaded Application in VS

  1. Tools in more detail (maybe show an example ourselves)
  2. Walkthrough (workshop-style)