Debugger::Launch Method ()
Launches and attaches a debugger to the process.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::Booleantrue if the startup is successful or if the debugger is already attached; otherwise, false.
| Exception | Condition |
|---|---|
| SecurityException | The System.Security.Permissions::UIPermission is not set to start the debugger. |
If a debugger is already attached, nothing happens.
for permission to start a debugger. Associated enumeration: PermissionState::Unrestricted
for operating with unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode Security action: Demand
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1