Eclipse Luna Hanging when Loading Debug Configuration

倖福魔咒の 提交于 2019-12-05 10:36:27
csb

I finally figured it out, within local Workspace I deleted the .metadata folder and then just re-imported the project this got it working again.

It seems when it got stuck in the loop the .Lock file was not closed properly within the .metadata folder and prevented eclipse from starting the Debug Configuration.

These questions also have some answerers that might work as well without having to delete the .metadata folder:

How do I prevent Eclipse from hanging on startup?

Eclipse hangs on loading workbench

I experienced the same issue with eclipse Mars running on Linux. I solved it by removing the debug configuration file associated with the project. This file is located in .metadata/.plugins/.org.eclipse.debug.core/.launches/$ProjectName.launch

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