开发者

Deploying to a server and remote debugging with FlashDevelop?

开发者 https://www.devze.com 2023-02-23 13:41 出处:网络
Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?

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 poss开发者_如何学Goible in FlashBuilder, but I am highly hoping that it can be done in FD as well.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消