IDataModelScriptDebugBreakpoint::Disable method (dbgmodel.h)

The Disable method disables the breakpoint. After this call, "hitting the breakpoint" after calling this method will not break into the debugger. The breakpoint, while still present, is considered "turned off".

Syntax

void Disable();

Return value

None

Requirements

Requirement Value
Header dbgmodel.h

See also

IDataModelScriptDebugBreakpoint interface