zoukankan      html  css  js  c++  java
  • 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或者其他服务器的端口

  • 相关阅读:
    注意技巧小结
    小数点转百分比
    Mysql 性能监控及调优
    Linux下快速安装Mysql及使用
    如何建立压力计算模型
    Redis 2种持久化模式的缺陷
    Redis性能调优建议
    Node.js学习入门手册
    手机APP脚本录制(LoadRunner 12)
    Linux系统内核性能调优
  • 原文地址:https://www.cnblogs.com/exmyth/p/5613764.html
Copyright © 2011-2022 走看看