This page contains general information regarding debugging and various debugging techniques


Basic Debugging Methods in Visual Studio 2022

Rubber Ducky Method

The rubber ducky method i based on explaining your code line from line as if you were talking to or explaining your code to a friend, a dog or whatever. The idea behind this method is that once you start going through your code in an explanatory manor, then you’ll start to notice possible mistakes or possible improvements to your code

Breakpoints

Refer to this video for a more in-depth explanation 📽️


Breakpoints are one of the most basic and useful debugging tools:

Debug Mode Controls

Once your program is paused at a breakpoint, you can:

Watch Window

The Watch window helps you monitor variables: