In this video, we learn how to use the debugger to fix a bunch of errors in our virtual pet simulator. The debugger is an incredibly powerful tool for watching EXACTLY what your code is doing line-by-line and for hunting down bugs in your code.
=== Relevant Links ===
Playlist: • Intro to Programming in C#
Next video: • Intro to C#: 15 - Arrays and Forming ...
Starter files: https://github.com/mikewesthad/Columb...
More on the debugger: https://docs.microsoft.com/en-us/visu...