Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EnumerateBreakpoints method returns an enumerator capable of enumerating every breakpoint which is set within a particular script.
As long as the script debugger is enabled via a call to the StartDebugging method, it is legal to call this method.
Syntax
HRESULT EnumerateBreakpoints(
IDataModelScriptDebugBreakpointEnumerator **breakpointEnum
);
Parameters
breakpointEnum
An enumerator which enumerates every breakpoint which is set within the script (whether enabled or disabled) must be returned here.
Return value
This method returns HRESULT.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |