Deploying to a server and remote debugging with FlashDevelop?

混江龙づ霸主 提交于 2019-12-02 20:57:47

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/5607245/deploying-to-a-server-and-remote-debugging-with-flashdevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!