VCDebugSettings.Attach Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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