Deploying to a server and remote debugging with FlashDevelop?

后端 未结 2 1014
醉梦人生
醉梦人生 2021-01-26 06:49

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

2条回答
  •  萌比男神i
    2021-01-26 07:18

    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.

提交回复
热议问题