Server Deployment and Remote Debugging with FlashDevelop?

Is there a way to automatically deploy to the server after creating the Flex application and then debugging using the remote URL?

This is completely possible in FlashBuilder, but I really hope that this can be done in FD as well.

0
source share
2 answers

You can script to execute any action in the batch file, and then go to Project-> Properties-> Build-> Post-build-command and enter the execution line of the batch file.

To go to the debug URL after compilation, just go to Project-> Properties-> Output, select "Open Document" and enter the URL.

+1
source

If you are deploying a debug version of SWF, you can start the FlashDevelop debugger for remote debugging (see the Debug menu), and then go to the online page where your SWF is located.

0
source

Source: https://habr.com/ru/post/909711/


All Articles