Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Variables view sometimes loses selection when hitting a breakpoint a second time
Variables view sometimes loses selection when hitting a breakpoint a second time [message #1391828] Tue, 01 July 2014 13:23
Felix Dorner is currently offline Felix DornerFriend
Messages: 295
Registered: March 2012
Senior Member
Hi,

I set a breakpoint in an operation somehow like:

for (Object e : elements){
doSomethingWith(e){ <=== breakpoint here
}

I now look for a specific e, so I select "e" in the variables view and
hit F8 until I find it (I'm aware of conditional breakpoints, but here
it's easier to just spam F8... Unfortunately sometimes the selection
gets lost and I need to hit F8 and select "e" again, a bit annoying if
you have to do it often.. Anyone knows why the selection is lost?
Shouldn't the view remember the selection, maybe even on a
per-breakpoint basis? This is on Kepler-SR2.

Thanks,
Felix
Previous Topic:JavaSourceViewerConfiguration in own editor
Next Topic:Strange Ant-Editor warning
Goto Forum:
  


Current Time: Sat Jul 27 01:49:30 GMT 2024

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

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

Back to the top