Debugger.Launch Method

Definition

Launches and attaches a debugger to the process.

public:
 static bool Launch();
public static bool Launch ();
static member Launch : unit -> bool
Public Shared Function Launch () As Boolean

Returns

true if the startup is successful or if the debugger is already attached; otherwise, false.

Exceptions

The UIPermission is not set to start the debugger.

Remarks

If a debugger is already attached, nothing happens.

Debugger launch is only supported on Windows. On Unix operating systems, the method returns true without launching a debugger.

Applies to

See also