部署到服务器并使用 FlashDevelop 进行远程调试?

发布于 2024-10-31 12:11:53 字数 106 浏览 0 评论 0原文

在构建 Flex 应用程序后,有什么方法可以自动部署到服务器,然后使用远程 url 进行调试?

这在 FlashBuilder 中是完全可能的,但我非常希望它也可以在 FD 中完成。

Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?

This is totally possible in FlashBuilder, but I am highly hoping that it can be done in FD as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

dawn曙光 2024-11-07 12:11:53

您可以在批处理文件中编写所需的任何操作脚本,然后转到“项目”->“属性”->“构建”->“构建后命令”并输入批处理文件执行行。

要在编译后跳转到调试 URL,只需进入“项目”->“属性”->“输出”,选择“打开文档”并输入 URL。

You can script any action you want in a batch file and then go to Project->Properties->Build->Post-build-command and enter your batch file execution line.

To jump to a debug URL after compiling, just go into Project->Properties->Output, select "Open document" and type your URL.

趴在窗边数星星i 2024-11-07 12:11:53

如果部署 SWF 的调试版本,则可以启动 FlashDevelop 调试器进行远程调试(请参阅“调试”菜单),然后导航到 SWF 所在的在线页面。

If you deploy a debug version of your SWF, you can start FlashDevelop debugger for remote debugging (see Debug menu) and then navigate to the online page where your SWF resides.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文