1. 程式人生 > >使用Eclipse除錯Spring boot專案時總是直接進入SilentExitExceptionHandler

使用Eclipse除錯Spring boot專案時總是直接進入SilentExitExceptionHandler

最近在使用Eclipse除錯Spring boot工程的時候,總是會直接進入SilentExitExceptionHandler中,無法正常的debug,嚴重影響效率,在部落格上看到了別人的參考方案,在此記憶一下,方便檢視。

解決方案:Window-->Preference-->java-->debug-->Suspend execution on uncaught exceptions選項前面的勾去掉

再次進行Debug測試時,發現可以了。

參考的部落格地址:https://www.cnblogs.com/EasonJim/p/8135332.html 表示感謝。