调试 Flex 项目时迷失了方向
我可以调试 .as 文件,但是当遇到 .mxml 文件时,我感到非常迷失。
它不是以传统方式逐行跟踪...
如何开始调试此类文件?
I'm OK with debugging .as files,but when it comes across .mxml files,I feel really lost.
It's not tracing in a traditional way ,line by line...
How to get started with debugging such files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 MXML 中添加断点。就像使用 ActionScript 一样。
You can add break points in the MXML. Like you can in with ActionScript.