Error in Visual Studio 2015 Update 3 Can not Remove Breakpoint

2

In my project I have a solid breakpoint in Visual Studio that I can not remove. I can add other breakpoints. Some removed, but some did not. Does anyone know how to solve this?

    
asked by anonymous 07.12.2017 / 13:39

1 answer

2

You can delete all breakpoints using the debug | Delete All Breakpoints .

Toseeallofthebreakpointsyoursolutionhas,youcanseeDebug|Windows|Breakpoints

    
07.12.2017 / 14:03