Debugger5::ForceContinue Property
Visual Studio 2015
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.
Assembly: EnvDTE100 (in EnvDTE100.dll)
Property Value
Type: System::BooleanA Boolean that is true if continuation will be forced; otherwise, false.
Implements
Debugger4::ForceContinue
Show: