1. 程式人生 > >使用Eclipse除錯Spring boot工程的時候,總是會直接進入SilentExitExceptionHandler中

使用Eclipse除錯Spring boot工程的時候,總是會直接進入SilentExitExceptionHandler中

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

 

 

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

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