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