码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-06-24 12:51:44      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

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或者其他服务器的端口

 

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

标签:

原文地址:http://www.cnblogs.com/exmyth/p/5613764.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!