在 Eclipse 中导航 Java 调用堆栈 [英] Navigating Java call stack in Eclipse

查看:36
本文介绍了在 Eclipse 中导航 Java 调用堆栈的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在像 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.

这篇关于在 Eclipse 中导航 Java 调用堆栈的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆