Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I rearrange (or sort) variables in the VS2010 Watch window?

I would like to rearrange variables I've entered into the Watch window, but drag/drop doesn't work, there's no sort on the name column that I can find. Short of deleting and retyping, is there any way to rearrange variables you're watching?

like image 852
Llaves Avatar asked May 27 '12 03:05

Llaves


1 Answers

Drag and Drop does work, but what it does is create a copy of the variable at the end of the list. So the best you can do to arrange the watched variables is to drag the variables one by one in the order that you need and then delete the duplicate ones.

like image 53
Superman Avatar answered Nov 15 '22 22:11

Superman