Eclipse Debug配置:在GWT项目中添加参数#!e

时间:2012-09-25 08:16:10

标签: eclipse debugging gwt parameters url-parameters

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

但是,打开的那个是http://127.0.0.1:8888/MySite.html

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

由于

1 个答案:

答案 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}