Android.Resource.Attribute.Debuggable Field
Flag indicating whether the application can be debugged, even when running on a device that is running in user mode.

Value: 16842767

Syntax

[Android.Runtime.Register("debuggable")]
public const int Debuggable

Remarks

Flag indicating whether the application can be debugged, even when running on a device that is running in user mode.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1