Settings.Global.WaitForDebugger 字段

定义

如果为 1,则启动DEBUG_APP它将在启动用户代码之前等待调试器。

[Android.Runtime.Register("WAIT_FOR_DEBUGGER")]
public const string WaitForDebugger;
[<Android.Runtime.Register("WAIT_FOR_DEBUGGER")>]
val mutable WaitForDebugger : string

字段值

属性

注解

如果为 1,则启动DEBUG_APP它将在启动用户代码之前等待调试器。 如果为 0,它将正常运行。

适用于 . 的 android.provider.Settings.Global.WAIT_FOR_DEBUGGERJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于