IRemoteDebugApplicationEvents.OnBreakFlagChange 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.
public:
int OnBreakFlagChange(System::UInt32 abf, Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplicationThread ^ prdatSteppingThread);
public int OnBreakFlagChange (uint abf, Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread prdatSteppingThread);
abstract member OnBreakFlagChange : uint32 * Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread -> int
Public Function OnBreakFlagChange (abf As UInteger, prdatSteppingThread As IRemoteDebugApplicationThread) As Integer
Parameters
- abf
- UInt32
- prdatSteppingThread
- IRemoteDebugApplicationThread