How-to-simply...

Fix VisualStudio breakpoints not being hit

  • 1 Tools -> Options -> Projects and Solutions -> [Build and Run] and select option "Always build" from the "On Run, when projects are out of date"
  • 2 Rebuild the project
  • N Alternatively, ensure you have selected Debug build configuration and check if the project is enabled in Build -> [Configuration Manager...]

References