I routinely have to look at byte [1024]
and longer in the debugger (VS 2008). At least by default, it shows 15 items. I have 23" widescreens that could display 3 or 4 times that vertically. Does anyone know how to get more items to display (if it is possible)?
Clarification
This is primarily for C# code and I am mostly interested in the inline debugger window (the one that appears with a +
when you hover over an object in your code).