VCDebugSettings.Attach Property

Definition

Gets or sets a value indicating whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.

public:
 property bool Attach { bool get(); void set(bool value); };
public:
 property bool Attach { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2324)]
public bool Attach { [System.Runtime.InteropServices.DispId(2324)] get; [System.Runtime.InteropServices.DispId(2324)] set; }
[<System.Runtime.InteropServices.DispId(2324)>]
[<get: System.Runtime.InteropServices.DispId(2324)>]
[<set: System.Runtime.InteropServices.DispId(2324)>]
member this.Attach : bool with get, set
Public Property Attach As Boolean

Property Value

true when the debugger is attached to the specified process; otherwise, false.

Attributes

Applies to