© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
WebSphere® Application Server 运行时代码中有几个位置会使 finalize() 方法发生异常。没有像预期的那样忽略 finalize() 方法内抛出的异常。缺省情况下,调试器在未捕获的异常处暂挂执行,所以调试器会在这些位置停止。
单击恢复将允许调试器继续执行。要防止调试器在这些位置暂挂,请取消选择“Java 调试首选项”页中的在未捕获的异常处暂挂执行,注意,这也会防止调试器在应用程序代码中的未捕获异常处暂挂。