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...

CrazyStack
  • 169
  • 2
  • 13

2 Answers2

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
Philippe
  • 2,621
  • 1
  • 19
  • 20
ndm
  • 59,784
  • 9
  • 71
  • 110
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 .

turbosqel
  • 1,542
  • 11
  • 20