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.
我有现有的 .swf 及其来源。我必须重建它才能调试它吗?或者我可以使用现有源连接调试器?我使用闪存生成器。
谢谢。
一些与调试相关的信息只有在专门为此而构建时才会存储在 SWF 中,例如,行号仅编译为使用-debug=true设置编译的 SWF。仍然可以调试 SWF,只要您在调试播放器中运行它,但会缺少一些功能。您将没有局部变量的名称,并且导航代码将变得困难,但堆栈跟踪将在那里。
-debug=true
值得注意的是,如果您有 MXML 源,调试器将无法使用这些源,除非 SWF 有调试信息。AS 来源会有所帮助,但不要期望太多。使用调试信息编译会好得多。