how to use Always Compile in flashdevelop
Asked Answered
A

2

0

Where is this option? how to set the Main.as as Always Compile? The breakpoints and step by step function not work for me...

Arman answered 6/10, 2012 at 8:14 Comment(0)
W
2

Open the Project panel (look in View menu if it's hidden), select the desired main class, and:

  • FD3: Right Click > Always Compile
  • FD4: Right Click > Set Document Class
Wellspoken answered 6/10, 2012 at 9:5 Comment(0)
N
0

In 'project properties' You have tab :'Compiler options' , first put text in 'Link report' option and compile , it will generate XML with compiled classes , than write additional Classes in file and put file in 'Load Externs'. Now compiler will include all classes from XML .

Nidia answered 6/10, 2012 at 9:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.