在 Eclipse 中导航 Java 调用堆栈堆栈、Eclipse、Java

由网友(媳婦說的話就是聖旨@)分享简介:在像 GDB 这样的调试器中,当你在断点处停止时,你可以轻松地向上移动调用堆栈并检查相关的源和堆栈帧数据.In debuggers like GDB, when you stop at a breakpoint, you can easily move up the call stack and examine th...

在像 GDB 这样的调试器中,当你在断点处停止时,你可以轻松地向上移动调用堆栈并检查相关的源和堆栈帧数据.

In debuggers like GDB, when you stop at a breakpoint, you can easily move up the call stack and examine the relevant source and stack frame data.

你如何在 Eclipse 中做到这一点?

How do you do this in Eclipse?

推荐答案

在"调试透视图",显示名为调试"的视图.对于当前暂停的每个线程,此视图显示完整的调用堆栈.单击此堆栈的一个元素会切换编辑器视图以显示相应的类,变量"视图将显示此堆栈元素的变量.

In the "debug perspective", show the view named "debug". For each thread that is currently halted, this view shows the full call stack. Clicking on one element of this stack switches the editor view to display the corresponding class, and "variables" view will show variables of this stack element.

阅读全文

相关推荐

最新文章