IDataModelScriptDebug2::SetBreakpointAtFunction method (dbgmodel.h)
Sets a breakpoint on the function given by the supplied name.
HRESULT SetBreakpointAtFunction(
PCWSTR functionName,
IDataModelScriptDebugBreakpoint **breakpoint
);
functionName
The name of the function you want a breakpoint set on.
breakpoint
The newly created breakpoint will be returned here.
This method returns HRESULT that indicates success or failure.
Requirement | Value |
---|---|
Header | dbgmodel.h |