I have found the locals window really really (stress really) useful while debugging. But, more than a few times the variable I am watching is too long for the watch locals window, so the part of the variable I am looking for is not visible. For example, when I am constructing a long SQL statement dynamically and I am looking to see if certain parameters have made their way into the string. If you leave your cursor over the variable in the watch locals window, a tool tip pops up which is a bit longer, however this too does not wrap and at times is too short to show the pertinent section of the string.
It would be really great if these local variable values could be wrapped in the watch locals window, so you can see the whole value of the variable.