Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Is there a shortcut in eclipse to display the current control flow?
Is there a shortcut in eclipse to display the current control flow? [message #875712] Wed, 23 May 2012 08:06 Go to next message
Sam Nohan is currently offline Sam NohanFriend
Messages: 2
Registered: May 2012
Junior Member
I usually stumble upon complex business logic and get lost within the mist of the complex code. So i need to find were exactly i am in which i will go and see exactly which flow control, or branching, that led me in to the current statement. I remember JBuilder had a feature where it will give me a overlay over the editor showing exactly where I am, so does eclipse has such feature?
Re: Is there a shortcut in eclipse to display the current control flow? [message #877261 is a reply to message #875712] Sat, 26 May 2012 08:51 Go to previous messageGo to next message
Sam Nohan is currently offline Sam NohanFriend
Messages: 2
Registered: May 2012
Junior Member
Odd no answer so far !
Re: Is there a shortcut in eclipse to display the current control flow? [message #877378 is a reply to message #875712] Sat, 26 May 2012 15:50 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05/23/2012 02:06 AM, Sam Nohan wrote:
> I usually stumble upon complex business logic and get lost within the
> mist of the complex code. So i need to find were exactly i am in which i
> will go and see exactly which flow control, or branching, that led me in
> to the current statement. I remember JBuilder had a feature where it
> will give me a overlay over the editor showing exactly where I am, so
> does eclipse has such feature?

Do you mean while stepping through in the debugger?

What's usually the upper-left window are stack traces of all your
running threads. Clicking on any line in that will take you to the
source code if it exists.
Previous Topic:Console log output
Next Topic:collapseToLevel(elementOrTreePath, level) api not working in eclipse Helios
Goto Forum:
  


Current Time: Fri May 10 01:57:31 GMT 2024

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

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

Back to the top