eclipse总是自动跳到ThreadPoolExecutor解决办法
生活随笔
收集整理的這篇文章主要介紹了
eclipse总是自动跳到ThreadPoolExecutor解决办法
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
出現(xiàn)這種狀況是因?yàn)镋clipse默認(rèn)開(kāi)啟掛起未捕獲的異常(Suspend execution on uncaught exceptions),只要關(guān)閉此項(xiàng)就可以了。
解決方法:在eclipse中選擇Window->Preference->Java->Debug,將“Suspend execution on uncaught exceptions”的勾去掉即可。
轉(zhuǎn)載于:https://www.cnblogs.com/reblue520/p/6239909.html
總結(jié)
以上是生活随笔為你收集整理的eclipse总是自动跳到ThreadPoolExecutor解决办法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: lintcode 中等题:A + B P
- 下一篇: 拷贝的代码中去除行号的方法