Debugger4.ForceContinue Property (EnvDTE90a)

Switch View :
ScriptFree
Visual Studio Extensibility
Debugger4.ForceContinue Property

Gets or sets a value that determines whether the debugger breaks or continues when a tracepoint or breakpoint finishes executing a macro. The default behavior is set by the user in the dialog box when the tracepoint or breakpoint is created. This property can be used to change the default behavior.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)
Syntax

Visual Basic
Property ForceContinue As Boolean
	Get
	Set
C#
bool ForceContinue { get; set; }
Visual C++
property bool ForceContinue {
	bool get ();
	void set (bool value);
}
F#
abstract ForceContinue : bool with get, set

JScript
function get ForceContinue () : boolean
function set ForceContinue (value : boolean)

Property Value

Type: System.Boolean
A Boolean that is true if continuation will be forced; otherwise, false.

Implements

Debugger3.ForceContinue
Remarks

See ForceContinue.

.NET Framework Security

See Also

Reference