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.
如图所示,我无法在我的 flex 调试器中引入断点。实际上它说“断点不能在这里设置,因为这一行没有可执行代码”但据我所知,一切都很好。我做错了什么,请帮我解决这个问题。提前致谢。
尝试单击项目 -> 清理。有时有些事情会挂断,这在很多情况下对我来说是解决问题的。
您正在代码中放置断点,但代码尚未构建,因此您想要放置断点的代码根本不存在于先前构建的 SWF 文件中。重新构建您的应用程序并确保通过检查时间戳生成新的 SWF。希望这有帮助谢谢!