You are here
Home > Visual Studio 2013 > Visual Studio 2013 Breakpoint Labels

Visual Studio 2013 Breakpoint Labels

Visual Studio 2013 Breakpoint Labels – The ability to add labels to breakpoints has been around since Visual Studio 2010, but I was until recently unaware of this feature. How could this be possible? Well I maintain that as a general rule, many developers learn just enough to get them by. After that they accidentally discover new features.

This is quite believable because the Visual Studio IDE is very feature rich. So how do Visual Studio 2013 Breakpoint Labels help us? Well, for the following reasons.

Visual Studio 2013 Breakpoint Labels – How Do They Help

Well, for one, they provide a friendly name for the breakpoint allowing you to sort and search them with ease. This is especially useful if you have several breakpoints in your code. Creating a new label for a breakpoint is easy.

Visual Studio 2013 Breakpoint Labels Create

Right click on the breakpoint and select the ‘Edit labels’ option from the context menu. You know, it is at this point that I am really surprised that I have never paid enough attention to notice this option available to me.

visual studio 2013 breakpoint label created

You can now give this breakpoint any name you want. Seeing as I chose to break on the code that checked the existence of a file, the name was obvious.

visual studio 2013 breakpoint labels view

Then open up the Breakpoints Window (CTRL+ALT+B) and you will see your labelled breakpoint displayed. It becomes obvious how useful this feature is when you have many breakpoints. Lastly, you can search the breakpoints by changing the ‘In Column’ value to ‘Labels’ and typing in the label name in the seach field.

I hope that some of you can find this short tip valuable. I will try to post a few more articles on Visual Studio 2013 and try to dig a little deeper than what I have been used to and comfortable with. I hope that you will join me.

Zain Naboulsi

Dirk Strauss
Dirk is a Software Developer from South Africa. He loves all things Technology and is slightly addicted to Jimi Hendrix. Apart from writing code, he also enjoys authoring books and articles. "I love sharing knowledge and connecting with people from around the world. It's the diversity that makes life so beautiful." Dirk feels very strongly that pizza is simply not complete without Tabasco, that you can never have too much garlic, and that cooking the perfect steak is an art he has almost mastered.
https://dirkstrauss.com

Similar Articles

Top