Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个选项在哪里?如何将 Main.as 设置为始终编译?断点和逐步功能对我不起作用...
打开“项目”面板(如果隐藏,请查看“查看”菜单),选择所需的主类,然后:
在“项目属性”中,您有选项卡:“编译器选项”,首先将文本放入“链接报告”选项并编译,它将生成带有已编译类的 XML,然后在文件中写入额外的类并将文件放入“加载外部”中。现在编译器将包含 XML 中的所有类。