J2EE 和 Web 调试工具发行说明

© 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.

发行说明

1.0 已知问题与变通方法
   1.1 在 WebSphere Application Server V6.1 上调试应用程序时,调试器在 finalize() 或 cleanup() 方法中暂挂

1.0 已知问题与变通方法

1.1 在 WebSphere Application Server V6.1 上调试应用程序时,调试器在遇到 finalize() 或 cleanup() 方法时暂挂

WebSphere® Application Server 运行时代码中有几个位置会使 finalize() 方法发生异常,没有像预期的那样忽略 finalize() 方法内抛出的异常。缺省情况下,调试器在未捕获的异常处暂挂执行,所以调试器会在这些位置停止。

单击继续将允许调试器继续执行。要防止调试器在这些位置暂挂,请清除“Java > 调试”首选项页中的在未捕获的异常处暂挂执行。要注意的是,这也会防止调试器在应用程序代码中的未捕获异常处暂挂。