I am working on a Windows C # based project in visual studio 2005. I often debug various functions in this huge project. Now the problem is that I made several breakpoints in several places that I need only when I debug this function .I want other breakpoints to be disabled. I understand that this cannot be a precedent for a larger community. I want to know if there is a way to group breakpoints in VS 2005 so that I can disable them when debugging this particular function?
source share