phantom breakpoint driving me crazy!

China☆狼群 提交于 2019-12-05 08:32:39
VonC

Did you check Why does my Eclipse project have phantom debugger breakpoints? ?

More specifically the
"Window > Preferences > Java > Debug : Suspend execution on uncaught exceptions"
option.

I had a similar behavior in µVision for embedded system once. Is there some command like "Kill all breakpoints"? It helped me alot. Perhaps you have some configuration for that class in your IDE?(right click on that class?)

Regards Sascha

Seems like you are trying to open a file or some other input device and got exception. Thats the reason Eclipse behaves like there is a breakpoint.

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