Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |