Difference between revisions of "GPU621/Sentinel"

From CDOT Wiki
Jump to: navigation, search
m (OpenMP Debugging in Visual Studio)
(Added the project outline)
Line 7: Line 7:
 
# [mailto:ezaytseva@myseneca.ca;myasir2@myseneca.ca;nross9@myseneca.ca?subject=GPU621/DPS921 eMail All]
 
# [mailto:ezaytseva@myseneca.ca;myasir2@myseneca.ca;nross9@myseneca.ca?subject=GPU621/DPS921 eMail All]
  
== Progress ==
+
== 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)

Revision as of 11:45, 7 November 2018

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)