简体   繁体   English

带有eclipse v3.8.0的google插件的google web takeit无法调试

[英]google web tookit with google plugin for eclipse v3.8.0 cannot debug

I have been using GWT for a while and I suddenly started having problem with debugging when I updated my google plugin for eclipse to v3.8.0 我使用GWT已有一段时间了,当我将eclipse的google插件更新到v3.8.0时,突然开始遇到调试问题

When I put breakpoint and run as debug, it does not break at all. 当我放置断点并作为调试运行时,它根本不会中断。 I also do System.out.println and it does not print out anything. 我也做System.out.println,它不打印任何内容。 I am running this locally and it used to work when I was using previous version of google plugin for eclipse. 我在本地运行,当我使用以前版本的google插件进行蚀时,它可以正常工作。

I am using "RUN AS , Web Application(GWT Super Dev Mode) since other modes does not work. This is new in google plugin for eclipse v3.8 我正在使用“ RUN AS,Web应用程序(GWT超级开发模式),因为其他模式不起作用。这是eclipse v3.8的google插件中的新增功能

I also tried for hours to get my previous google plugin for evclispe but cannot find it. 我也尝试了几个小时才能获得evclispe的旧版Google插件,但找不到它。

I am using Eclipse Luna 4.4, and also tried this in Eclipse 4.3 but both does not work. 我正在使用Eclipse Luna 4.4,并且也在Eclipse 4.3中进行了尝试,但两者均无法正常工作。

Does anyone have same problem? 有人有同样的问题吗?

You are using Super Dev Mode. 您正在使用超级开发模式。 To debug inside Eclipse install the SDBG-plugin from here: 要在Eclipse中进行调试,请从此处安装SDBG插件:

https://github.com/sdbg/sdbg https://github.com/sdbg/sdbg

Or debug inside your browser (Chrome) as described here: 或按照以下说明在浏览器(Chrome)中调试:

http://www.sencha.com/blog/getting-started-with-gwt-super-dev-mode http://www.sencha.com/blog/getting-started-with-gwt-super-dev-mode

Your log message will be printed to the browser console. 您的日志消息将被打印到浏览器控制台。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM