From the course: Visual Studio: Advanced Debugging Tools

How to access the GitHub code - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

How to access the GitHub code

- [Instructor] All of the source code for this course is freely available on the GitHub website. To find it, go to our LinkedIn Learning Repository, look for this one, vs-adv-debug, and clone to your computer. Navigate to your cloned folder, and open the source subfolder and open this AdvancedDebugging.sln file in Visual Studio. In Visual Studio, you'll find a solution within multiple projects. You won't see much example code in the master branch. That's because all the examples are in the other branches. For this example, you can see that I'm using the branch for dash 11. This is where I show some code for the parallel stacks window. Once you verify that you've opened the project and you can see some of the other branches, you're ready to get started.

Contents