IDataModelScriptDebugBreakpoint::Remove method (dbgmodel.h)
The Remove method removes the breakpoint from its containing list. The breakpoint no longer semantically exists after this method returns. The IDataModelScriptDebugBreakpoint interface which represented the breakpoint is considered orphaned after the call. Nothing else can (legally) be done with it after this call other than releasing it.
Syntax
void Remove();
Return value
None
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |