Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » calling tree during execution
calling tree during execution [message #329174] Mon, 16 June 2008 08:58 Go to next message
Eclipse UserFriend
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 09: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 09:53 Go to previous message
Eclipse UserFriend
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: Fri Apr 25 00:40:24 EDT 2025

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

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

Back to the top