Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Enables communication with a debugger. This class cannot be inherited.
Inheritance Hierarchy
System. . :: . .Object
System.Diagnostics..::..Debugger
Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public NotInheritable Class Debugger
public static class Debugger
public ref class Debugger abstract sealed
[<AbstractClass>]
[<Sealed>]
type Debugger = class end
public final class Debugger
The Debugger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
IsAttached | Gets a value that indicates whether a debugger is attached to the process. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Break | Signals a breakpoint to an attached debugger. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.