Launches and attaches a debugger to the process.
[Visual Basic] Public Shared Function Launch() As Boolean [C#] public static bool Launch(); [C++] public: static bool Launch(); [JScript] public static function Launch() : Boolean;
true if the launch was successful or if the debugger was already attached; otherwise, false.
If a debugger is already attached, nothing happens.
Debugger Class | Debugger Members | System.Diagnostics Namespace