部署到服务器并使用 FlashDevelop 进行远程调试?
在构建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在批处理文件中编写所需的任何操作脚本,然后转到“项目”->“属性”->“构建”->“构建后命令”并输入批处理文件执行行。
要在编译后跳转到调试 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.
如果部署 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.