IVsaDTEngine.AttachDebugger(Boolean) Method

Definition

Attaches the debugger.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void AttachDebugger(bool isAttach);
public void AttachDebugger (bool isAttach);
abstract member AttachDebugger : bool -> unit
Public Sub AttachDebugger (isAttach As Boolean)

Parameters

isAttach
Boolean

true to indicate the debugger is attachable; otherwise, false.

Applies to