简体   繁体   中英

Can I Label breakpoints in Visual Studio 2008?

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM