Describes different possible outcomes from attaching a debugger to a process.

Namespace:  Gallio.Runtime.Debugging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public enum AttachDebuggerResult
Visual Basic (Declaration)
Public Enumeration AttachDebuggerResult

Members

Member nameDescription
CouldNotAttach
The debugger could not attach to the process.
AlreadyAttached
The debugger was already attached to the process.
Attached
The debugger has just been attached to the process.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also