IDataModelScriptDebug2::SetBreakpointAtFunction 方法 (dbgmodel.h)

对提供的名称给出的函数设置断点。

语法

HRESULT SetBreakpointAtFunction(
  PCWSTR                          functionName,
  IDataModelScriptDebugBreakpoint **breakpoint
);

参数

functionName

要设置断点的函数的名称。

breakpoint

此处将返回新创建的断点。

返回值

此方法返回指示成功或失败的 HRESULT。

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDataModelScriptDebug2 接口