Visual Studio 2008 Command Window and 'The first 100' Items

Here I am debugging JavaScript in an ASP.NET 3.5 site using Visual Studio 2008. In the Command Window, I type:

? grid

to see the properties of a JavaScript object. So far so good until the Command window reports:

< More... (The first 100 of 429 items were displayed.) >

Back in the DOS days, I would have hit the spacebar to see the next 100 and so on. How do I do it in this window? Well, I haven't found a way in the Command window (which, to me is a bug/annoyance).

The workaround is to open a Watch window while at a breakpoint, and type the name of the object. That lists all of the members. That's much better, but it would be nice to click the Name column and do an alphabetical sort.

No Comments