Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [debug] Fill the entire variables view at once?
[debug] Fill the entire variables view at once? [message #336415] Wed, 10 June 2009 15:36
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
For a given stack frame, lets say I have 100 variables, all starting
with various letters A to Z. In my case they are all essentially
considered "local" (not really a notion of scope in this language) so
its just a flat list.

Since the viewer is lazy, when I hit a breakpoint, it fills in the first
20 (or whatever is visible), so let's say that is variables that start
with A - E. As a user, I know I am interested in X.VAR.NAME. I just
want to type that name into the viewer and have it scroll down. But I
can't because its a virtual viewer so there isn't such an item yet.

I've seen what Ctrl-F does to force the entire table to be realized, but
its using all internal APIs.

Any suggestions from other folks who have used the debug framework?
Basically I want to force it to realize all the items on demand.

Thanks
Ben
Previous Topic:Viewing Source from Maven Repository
Next Topic:How to access external Resources (best practices wanted)
Goto Forum:
  


Current Time: Fri Apr 26 03:31:39 GMT 2024

Powered by FUDForum. Page generated in 0.03239 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top