0

我正在使用 Eclipse Indigo 开发一个 GWT 项目。在调试时我需要设置这个 URL:(http://127.0.0.1:8888/MySite.html#!e编辑模式)

但相反,打开的是http://127.0.0.1:8888/MySite.html

如何在调试时添加此 #!e?

谢谢

4

1 回答 1

1

->在eclipse中右键

->打开调试配置

-> 在参数选项卡选项下,写 Mysite.html#!e 而不是 Mysite.html

-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl MySite.html#!e -logLevel INFO -codeServerPort 9997 -port 8888 -war {项目目录路径}

于 2012-09-25T08:22:58.207 回答