Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 SpringSource ToolSuite 调试 Java 程序。每次它卡在 AWTAutoShutdown.class 上。我曾尝试按 F8 以退出正在发生的任何事情,但似乎某处有线程锁定。我知道这是一个模糊的问题,但有人以前见过吗?我可以从哪里着手解决这个问题?
因此,一个线程因 ThreadDeath 异常而挂起。也许 STS 正在暂停,因为有一个未捕获的异常,而不是在断点上。有一个设置可以让您关闭未捕获异常的暂停,无论如何我只想要大约一半的时间。把它关掉,看看你的线程是否死了,并在操作(或错误)方面给你一些更有用的东西。