Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » calling tree during execution
calling tree during execution [message #329174] Mon, 16 June 2008 12:58 Go to next message
Al Mising name is currently offline Al Mising nameFriend
Messages: 123
Registered: July 2009
Senior Member
I've set a break point and the code has stopped there. I would like to see
a tree of method calls of how it got to this point. How do I do this? Call
Hierarchy just shows which methods can call the current one.
Re: calling tree during execution [message #329175 is a reply to message #329174] Mon, 16 June 2008 13:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

al wrote:
> I've set a break point and the code has stopped there. I would like to
> see a tree of method calls of how it got to this point. How do I do
> this? Call Hierarchy just shows which methods can call the current one.

Look at the Debug view, which has the call stack (and each level in the
stack is selectable).

Hope this helps,
Eric
Re: calling tree during execution [message #329177 is a reply to message #329174] Mon, 16 June 2008 13:53 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
The Debug view shows how you got to the current frame. Only it's a
stack, not a tree.

Wayne

On Mon, 2008-06-16 at 12:58 +0000, al wrote:
> I've set a break point and the code has stopped there. I would like to see
> a tree of method calls of how it got to this point. How do I do this? Call
> Hierarchy just shows which methods can call the current one.
>
>
Previous Topic:How to get IAction from actionSet?
Next Topic:Text Input Assistance
Goto Forum:
  


Current Time: Wed Jul 17 10:39:10 GMT 2024

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

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

Back to the top