We are all familiar with the breakpoint, but let's break down some of the advanced breakpoint features. Here's the simple class we are going to use. Create a console application and paste the following code into the program.cs file: using System; namespace BreakpointTester { class Program { static...