Eclipse debugger crashes when debugging a project

旧时模样 提交于 2019-12-11 12:17:44

问题


I am working on a java application in eclipse Indigo. I was working and debugging the project with no problems but at one attempt, the jvm gave an error and the run window crashed. After that now when I run the debugger on that specific project, the main program loads after 10-15 seconds and when it does, it hangs and closes down the program upon any action. The program runs fine in "Run Mode". I check debugger for one other project in the workspace and it works fine for that, but is only giving problem for this one specific project.

I have tried running Eclipse again, clean and build project again, remove extra breakpoints and try again but the problem exists. How can I solve this problem, it is really annoying me as I have to deliver the project and without debugging I cannot track the data coming in and out.


回答1:


Try restarting Eclipse with the -clean option ("eclipse.exe -clean"). This will cause Eclipse to clean the workspace metadata and rebuild it from the projects. This should take care of this problem.



来源:https://stackoverflow.com/questions/19006937/eclipse-debugger-crashes-when-debugging-a-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!