写完代码进行调试的时候,经常会用到断点调试,一步步检测问题,但有时候eclipse有时候无法进入断点,这样就失去了断点的意义,原因是debug无法找到该项目的源代码,解决方法如下 1,打开debug Configurations 2,选择Maven Build下的相关项目,单击打开,然后选择source页面,(不要选择该页面下面的search for duplicate source files on the path ) 3,点击add按钮,选择project,选择你的项目,点击ok
打断点无效 断点显示白色,鼠标移上去,提示:The breakpoint will not currently be hit. No Symbols have been loaded for this document. 如下图: 解决方法 Debug > Options > General > 将 “Enable Just My Code”前的复选框取消掉