我正在使用Eclipse Indigo开发一个GWT项目。在调试时,我需要设置此URL:http://127.0.0.1:8888/MySite.html#!e
(编辑模式)
但是,打开的那个是http://127.0.0.1:8888/MySite.html
如何在调试时添加#!e?
由于
答案 0 :(得分:2)
- >右键点击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 {Project Dir Path}