简体   繁体   中英

how to see the call tree in eclipse when in debug mode?

Is there a way to see the call tree (hierarchie) in Eclipse debug mode ?

I mean I set a breakpoint in a method which was called from another classes method. How can I figure out which method has called my method method in which I have set the breakpoint.

When your code is suspended on a breakpoint the call stack is shown in the 'Debug' view:

调用堆栈

In this example I have a breakpoint in the LifeCycle.postContextCreate method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM