Inserts a breakpoint at a named location in the program, such as a function name.
Function InsertBreakpointByName ( _ ByRef guidLanguage As Guid, _ pszCodeLocationText As String _ ) As Integer
int InsertBreakpointByName( ref Guid guidLanguage, string pszCodeLocationText )
int InsertBreakpointByName( [InAttribute] Guid% guidLanguage, [InAttribute] String^ pszCodeLocationText )
abstract InsertBreakpointByName : guidLanguage:Guid byref * pszCodeLocationText:string -> int
function InsertBreakpointByName( guidLanguage : Guid, pszCodeLocationText : String ) : int
From vsshell.idl:
HRESULT IVsDebugger::InsertBreakpointByName( [in] REFGUID guidLanguage, [in] LPCOLESTR pszCodeLocationText );