简体   繁体   English

GWT开发模式应用程序,显示来自GWT开发人员的调试消息

[英]GWT development mode application, display debug messages from GWT dev

I am using GWT development mode. 我正在使用GWT开发模式。 As well as remote debugging through maven and Intellij. 以及通过maven和Intellij进行的远程调试。 EG I launch 'mvn gwt:debug -Dgwt.noserver=true'. 例如,我启动了“ mvn gwt:debug -Dgwt.noserver = true”。 And then launch the remote debugging: '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000' 然后启动远程调试:'-agentlib:jdwp = transport = dt_socket,server = y,suspend = n,address = 8000'

And then the GWT dev mode application launches when I visit the browser. 然后,当我访问浏览器时,将启动GWT开发人员模式应用程序。 This is all working fine but I sometimes the compile process is slow. 一切正常,但有时编译过程很慢。 Is there a flag that I can pass to GWT dev app for more debugging what is going on? 是否可以传递给GWT开发人员应用程序以进行更多调试的标志? Can I print the 'compile' statements when it compiles GWT code. 我可以在编译GWT代码时打印“ compile”语句。

I was using the gwt-maven-plugin. 我正在使用gwt-maven-plugin。 You can add 'logLevel=DEBUG' to the configuration settings to increase the logging for the GWT development mode. 您可以将'logLevel = DEBUG'添加到配置设置中,以增加GWT开发模式的日志记录。

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

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