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.
精彩评论