springboot項目debug啟動時,在沒有打斷點的情況下自動跳轉至斷點調試窗口,并進入exitCurrentThread方法,需要以下操作方可解決:
window->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。
點擊應用,確定。
springboot項目debug啟動時,在沒有打斷點的情況下自動跳轉至斷點調試窗口,并進入exitCurrentThread方法,需要以下操作方可解決:
window->【Preferences】->【Java】->【Debug】:去掉【Suspend execution on uncaught exceptions】前面的勾。
點擊應用,確定。