IDebugBoundBreakpoint3.SetTracepoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetTracepoint(String, enum_BP_FLAGS)
public:
int SetTracepoint(System::String ^ bpBstrTracepoint, Microsoft::VisualStudio::Debugger::Interop::enum_BP_FLAGS bpFlags);
public int SetTracepoint(string bpBstrTracepoint, Microsoft.VisualStudio.Debugger.Interop.enum_BP_FLAGS bpFlags);
abstract member SetTracepoint : string * Microsoft.VisualStudio.Debugger.Interop.enum_BP_FLAGS -> int
Public Function SetTracepoint (bpBstrTracepoint As String, bpFlags As enum_BP_FLAGS) As Integer
Parameters
- bpBstrTracepoint
- String
- bpFlags
- enum_BP_FLAGS
Returns
Applies to
SetTracepoint(String, UInt32)
public:
int SetTracepoint(System::String ^ bpBstrTracepoint, System::UInt32 bpFlags);
public int SetTracepoint(string bpBstrTracepoint, uint bpFlags);
abstract member SetTracepoint : string * uint32 -> int
Public Function SetTracepoint (bpBstrTracepoint As String, bpFlags As UInteger) As Integer
Parameters
- bpBstrTracepoint
- String
- bpFlags
- UInt32