admin管理员组

文章数量:1619288

在使用myeclipse调试程序或者是启动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 里面调出来这个窗口,断点窗口里面显示了在文件中加入的所有断点,删除这些断点都之后就不会有这个提示了 。


本文标签: 解决办法launchkindDebugconfigured