内容简介:Android Studio - 海豚 | 2021.3.1 Canary 5 已发布,现在可在 Canary 和 Dev 频道中使用,该版本的最大新特性就是支持调试 Kotlin 协程。 新特性 支持调试 Kotlin 协程 Android Studio Dolphin 增加了对在 Andr...
Android Studio - 海豚 | 2021.3.1 Canary 5 已发布,现在可在 Canary 和 Dev 频道中使用,该版本的最大新特性就是支持调试 Kotlin 协程。
新特性
支持调试 Kotlin 协程
Android Studio Dolphin 增加了对在 Android 项目中调试 Kotlin 协程的支持,类似于 IntelliJ IDEA 2021.3 及更高版本中的调试功能。注意:该功能适用于 kotlinx-coroutine-core 1.6.0 或更高版本。
在 Suspend 函数中设置断点时,请确保断点将 Suspend 设置为 All。
当应用程序遇到断点时,可以在 Coroutines 选项卡中看到按调度程序分组的协程及其阶段。使用 Variables 选项卡可以在每个断点处调查协同程序中可用的局部变量和字段的值。
已知的问题
工具菜单中缺少 Firebase 选项
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- LLDebugTool - 便捷的IOS调试工具(支持Swift)
- PHPRAP v1.0.4 版本发布,支持在线调试接口
- LLDebugTool - 便捷的IOS调试工具(支持组件化)
- Cutter 1.10.0 发布,附带本机和远程调试支持
- xmake-vscode 1.1.2 发布,断点调试支持
- Facebook 开源其调试平台 Sonar,支持 Android 与 iOS
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming From The Ground Up
Jonathan Bartlett / Bartlett Publishing / 2004-07-31 / USD 34.95
Programming from the Ground Up is an introduction to programming using assembly language on the Linux platform for x86 machines. It is a great book for novices who are just learning to program as wel......一起来看看 《Programming From The Ground Up》 这本书的介绍吧!