eclipse 如何eclipse编辑源查找
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22643674/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to eclipse edit source lookup
提问by pete
There's nowhere to select "edit source lookup" for debugging. The only apparent way is to press the button if no source was found, but that button only appears if no source was found. The only instructional is this http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fviews%2Fdebug%2Fref-editsourcelookup.htm
无处选择“编辑源查找”进行调试。唯一明显的方法是在未找到源时按下按钮,但该按钮仅在未找到源时才会出现。唯一的说明是这个http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fviews%2Fdebug%2Fref-editsourcelookup.htm
How helpful; all they give is a picture of what the icon looks like, which unfortunately does not even exist on the entire Eclipse IDE. There is no such icon on my eclipse. neither in debug or nor regular view.
多么有帮助;他们提供的只是图标外观的图片,不幸的是,它甚至不存在于整个 Eclipse IDE 中。我的eclipse上没有这样的图标。既不在调试中,也不在常规视图中。
回答by Tech Junkie
This is not an answers but I felt a picture would have been more useful!
这不是答案,但我觉得图片会更有用!
回答by Chris Gerken
Look in the popup context menu for a selected line in the call stack (Debug view in the Debug Perspective). You should see the menu item "Edit Source Lookup..." there.
查看调用堆栈中选定行的弹出上下文菜单(调试视角中的调试视图)。您应该在那里看到菜单项“编辑源查找...”。
Granted, it's not an icon to click on, but a menu item should be just as good.
当然,它不是一个可以点击的图标,但菜单项应该同样好。