BreakPoints Are Not Working in Visual Studio

Solution
  • Right-click on your project.
  • Select [Properties].
  • Select the [Build] tab.
  • Ensure [Define DEBUG constant] and [Define TRACE constant] are checked.
  • Click the [Advanced] button at the bottom of the Build tabpage.
  • Ensure that [Debug Info:] is set to [full].
  • Click [OK] and rebuild the project.

Solution
  •  Disable the "Just My Code" option in the Debug/General settings.

Comments