Debug:This kind of launch is configured to openthe debug perspective when it解决办法

http://blog.sina.com.cn/s/blog_7ca3aa020100zlha.html

启动tomcat时,myeclipse报错:

This kind of launch is configured to openthe debug perspective when it
suspends.
This Debug perspective is designed to support application debugging.it
incorporates views for displaying the debug stack,variables and breakpoint
mamagement.
Do you want to open this perspective now?
并且发现程序根本没有执行完成,使用System.out.println测试时也没有反应,在网上查了资料,发现是断点问题,可能是自己在检查时不小心设置了断点,解决办法:

1,在弹出框中点击ok,打开debug,在弹出来的debug试图下,右上角,有个 变量 和 断点窗口Breakpoints 的窗口,打开breakpoints,取消其中的断点选择;

2, window -->show view 里面调出来这个窗口,断点窗口里面显示了在文件中加入的所有断点,删除这些断点都之后就不会有这个提示了 。

补充:修改jetty或者其他服务器的端口