开发者

Eclipse Debugger stop just before termination

I wonder h开发者_JAVA百科ow can you stop the eclipse debugger just before program termination in order to see what happened in the whole process.

Thanks in advance


What do you mean by seeing what happened in the whole process? Things aren't recorded, so you can't backtrack the execution.

You can however set a breakpoint in SecurityManager.checkExit if you want to know why the application is terminated.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜