Settings.System.WaitForDebugger Campo

Definizione

Attenzione

deprecated

Se 1, quando si avvia DEBUG_APP attenderà il debugger prima di avviare il codice utente.

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

Valore del campo

Attributi

Commenti

Se 1, quando si avvia DEBUG_APP attenderà il debugger prima di avviare il codice utente. Se 0, verrà eseguito normalmente.

Questo membro è deprecato. Usa Global#WAIT_FOR_DEBUGGER invece

per android.provider.Settings.System.WAIT_FOR_DEBUGGER.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a