IDebugBreakpoint2 interface (dbgeng.h)
Inheritance
The IDebugBreakpoint2 interface inherits from IDebugBreakpoint. IDebugBreakpoint2 also has these types of members:
Methods
The IDebugBreakpoint2 interface has these methods.
IDebugBreakpoint2::AddFlags The AddFlags method adds flags to a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetAdder The GetAdder method returns the client that owns the breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetCommand Learn how the GetCommand method returns the command string that is executed when a breakpoint is triggered. |
IDebugBreakpoint2::GetCommandWide The GetCommand method returns the command string that is executed when a breakpoint is triggered. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetCurrentPassCount The IDebugBreakpoint2::GetCurrentPassCount method returns the number that the target must reach the breakpoint location before the breakpoint is triggered. |
IDebugBreakpoint2::GetDataParameters The GetDataParameters method returns the parameters for a processor breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetFlags The GetFlags method returns the flags for a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetId The GetId method returns a breakpoint ID, which is the engine's unique identifier for a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetMatchThreadId The GetMatchThreadId method returns the engine thread ID of the thread that can trigger a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetOffset The GetOffset method returns the location that triggers a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetOffsetExpression The IDebugBreakpoint2::GetOffsetExpression methods return the expression string that evaluates to the location that triggers a breakpoint. |
IDebugBreakpoint2::GetOffsetExpressionWide The GetOffsetExpressionWide method returns the expression string that evaluates to the location that triggers a breakpoint. |
IDebugBreakpoint2::GetParameters The GetParameters method returns the parameters for a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::GetPassCount The IDebugBreakpoint2::GetPassCount method returns how many times the target was originally required to reach the breakpoint before the breakpoint is triggered. |
IDebugBreakpoint2::GetType The GetType method returns the type of the breakpoint and processor that a breakpoint is set for. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::RemoveFlags The RemoveFlags method removes flags from a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetCommand The SetCommand method sets the command that is executed when a breakpoint is triggered. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetCommandWide The SetCommandWide method sets the command that is executed when a breakpoint is triggered. |
IDebugBreakpoint2::SetDataParameters The SetDataParameters method sets the parameters for a processor breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetFlags The SetFlags method sets the flags for a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetMatchThreadId The SetMatchThreadId method sets the engine thread ID of the thread that can trigger a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetOffset The SetOffset method sets the location that triggers a breakpoint. This method belongs to the IDebugBreakpoint2 interface. |
IDebugBreakpoint2::SetOffsetExpression The SetOffsetExpression methods set an expression string that evaluates to the location that triggers a breakpoint. This method belongs to IDebugBreakpoint2. |
IDebugBreakpoint2::SetOffsetExpressionWide The SetOffsetExpressionWide methods set an expression string that evaluates to the location that triggers a breakpoint. |
IDebugBreakpoint2::SetPassCount The IDebugBreakpoint2::SetPassCount method sets the number of times that the target must reach the breakpoint location before the breakpoint is triggered. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |