Debugger Class
Enables communication with a debugger. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Debugger() | Obsolete. Initializes a new instance of the Debugger class. |
| Name | Description | |
|---|---|---|
![]() ![]() | IsAttached | Gets a value that indicates whether a debugger is attached to the process. |
| Name | Description | |
|---|---|---|
![]() ![]() | Break() | Signals a breakpoint to an attached debugger. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsLogging() | Checks to see if logging is enabled by an attached debugger. |
![]() ![]() | Launch() | Launches and attaches a debugger to the process. |
![]() ![]() | Log(Int32, String^, String^) | Posts a message for the attached debugger. |
![]() ![]() | NotifyOfCrossThreadDependency() | Notifies a debugger that execution is about to enter a path that involves a cross-thread dependency. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultCategory | Represents the default category of message with a constant. |
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
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



