Is there a way to name(label) breakpoints in MS VS 2008?
I know 2010 has that feature but, I am still stuck with 2008 at work as I am not sure what would the overhead be to go from 2008 to 2010.
What tempted me to post this question here was that, there is a column called “name” wheich seems to be grayed out.
I’m guessing this would probably let me achieve what I want but I am not sure how to enable this.
Edit 1: I am trying working with C++ code.
According to the msdn documentation, no.
There is an msdn article about labeling breakpoints:
http://msdn.microsoft.com/en-us/library/dd293674.aspx
It describes how to do it for VS 2010. There is a dropdown at the top of the screen that says “Other Versions” and only allows you to select VS 2012. So no, you can’t do it in VS 2008. Sorry!