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.
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 |