Share via


Debugger Class

[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
Public propertyStatic member IsAttached Gets a value that indicates whether a debugger is attached to the process.

Top

Methods

  Name Description
Public methodStatic member 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.

See Also

Reference

System.Diagnostics Namespace