Adobe AIR for mobile 连接到正在运行的调试会话

发布于 2024-11-09 16:55:13 字数 284 浏览 0 评论 0原文

我有一个 AIR for mobile 纯 AS3 项目,该项目在第一次运行到 file.applicationStorage 目录时将文件保存在设备上。应用程序第二次及后续启动时,我需要它来查看我保存的文件。

我的问题是,当我从 Flex Builder 4.5 调试应用程序时,它会擦除​​应用程序和应用程序存储。因此应用程序的行为总是像第一次运行一样。当我在该文件中读取时,我无法进入调试会话并单步执行代码。

有谁知道如何连接到设备上运行的调试会话?在这种情况下,我的设备是 Android 三星 Galaxy S。

I have a AIR for mobile pure AS3 project that saves a file on the device the first time it runs into the file.applicationStorage directory. The second and subsequent times the application launches I need it to look at that file I've saved.

My problem is that when I debug the application from Flex Builder 4.5 it wipes the application and application storage. So the application always behaves like it is running for the first time. I can't get into a debug session and step through my code as I read in that file.

Does anyone know how to connect to a debug session running on the device? My device in this case is an Android Samsung Galaxy S.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岛徒 2024-11-16 16:55:13

打开调试配置(单击调试图标旁边的箭头)。左侧应该有一个用于您的应用程序的条目。选择它,然后有一个选项“每次启动时清除应用程序数据”。当您想要调试文件时,请确保未选中此项。在正常开发过程中重新打开它可能是一个好主意,这样您就不会得到任何过时的数据。

Open up the debug configuration (click the arrow next to the debug icon). There should be an entry on the left for your application. Select it, and there is an option to "Clear application data on each launch". Make sure this is unchecked when you want to debug the file. It might be a good idea to turn this back on during normal development so you don't get any stale data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文