Eclipse: How to Navigating Java call stack in Eclipse

Link:

http://stackoverflow.com/questions/3256369/navigating-java-call-stack-in-eclipse

 

解决方法:

In the "debug perspective", find/show the view named "debug".  this view shows the full call stack for each thread that is currently halted.

你可能感兴趣的:(eclipse)