How do I rearrange (or sort) variables in the VS2010 Watch window?
debugging, visual-studio-2010, visual-studio-debugging
Solution
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.
Problem
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?