如何在Eclipse中正确使用调试



我知道这可能听起来像一个'非常简单'的问题,但我真的不明白或在任何地方找到,如何在Java EE (JSF)应用程序中正确使用调试器。我的意思是:

1. open eclipse
2. insert a break point at code
3. click into the 'bug' button 
4. glassfish starts
5. interact into the web site until the break point is activated, right?

是错误的。什么也不会发生。我尝试了很多不同的方法,但似乎根本不起作用。所以我想知道你们能不能让我解释一下怎么做(我发誓我会把说明写在墙上=])

右键单击项目,Debug As -> Debug on Server (Alt+Shift+D, R)

或按下'bug'按钮旁边的下拉菜单,并遵循相同的菜单顺序。

相关内容

  • 没有找到相关文章

最新更新