Android.OS.Debug.WaitForDebugger Method
Wait until a debugger attaches.

Syntax

[Android.Runtime.Register("waitForDebugger", "()V", "")]
public static void WaitForDebugger ()

Remarks

Wait until a debugger attaches. As soon as the debugger attaches, this returns, so you will need to place a breakpoint after the waitForDebugger() call if you want to start tracing immediately.

[Android Documentation]

Requirements

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