【问题标题】:Eclipse Debug configuration: add parameters #!e on GWT projectEclipse 调试配置:在 GWT 项目上添加参数 #!e
【发布时间】:2012-09-16 17:25:13
【问题描述】:

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

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

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

谢谢

【问题讨论】:

    标签: eclipse debugging gwt parameters url-parameters


    【解决方案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 {项目目录路径}

    【讨论】:

      猜你喜欢
      • 2016-07-25
      • 1970-01-01
      • 2021-09-28
      • 2012-07-26
      • 1970-01-01
      • 2016-05-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多