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

最新文章

  1. CSS:7个你可能不认识的单位
  2. HDU 4370 0 or 1 (最短路+最小环)
  3. SVN server 安装 并创建用户访问
  4. HDU4745 - Two Rabbits(区间DP)
  5. IOS --- 日期时间格式 更改
  6. 单元测试(Spring)
  7. 组件 layui 常用控件输入框
  8. 说说 typedef 的那些事
  9. Redis 实践2-数据结构
  10. dropload.js(上拉加载插件使用过程中遇到的坑)
  11. JavaScript 之默认行为 DOM2级,事件委托机制
  12. python 启动时报错无法正常启动(0xc000007b)请单击“确定”关闭应用程序的解决办法
  13. jquery promise (Deferred)
  14. IntelliJ IDEA 调试技巧
  15. android -------- 混淆打包报错(warning - InnerClass annotations are missing corresponding EnclosingMember annotations)
  16. 利用adb截图然后传到电脑
  17. JFace TableViewer性能改善 -- 使用VirtualTable
  18. CSS快速入门-前端布局1(抽屉)
  19. ecplise里的run as里只有run configurations是怎么回事?
  20. activemq 控制面板里的 Number Of Pending Messages、 Messages Enqueued、Messages Dequeued含

热门文章

  1. Goland软件使用教程(二)
  2. bzoj1499 [NOI2005]瑰丽华尔兹——单调队列优化DP
  3. 使用反射机制恢复xml文件表示的对象
  4. Java Socket实战之五:使用加密协议传输对象
  5. 关于CentOS 7安装solr+tomcat
  6. Educational Codeforces Round 19 E. Array Queries(暴力)(DP)
  7. bzoj 1858: [Scoi2010]序列操作【线段树】
  8. Codeforces 908F - New Year and Rainbow Roads 【脑洞】
  9. 洛谷P4216 [SCOI2015]情报传递(树剖+主席树)
  10. Luogu P1073 最优贸易【最短路/建反图】 By cellur925