IDebugApplication32.HandleBreakPoint(BREAKREASON, BREAKRESUMEACTION[]) 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 HandleBreakPoint(Microsoft::VisualStudio::Debugger::Interop::BREAKREASON br, cli::array <Microsoft::VisualStudio::Debugger::Interop::BREAKRESUMEACTION> ^ pbra);
public int HandleBreakPoint (Microsoft.VisualStudio.Debugger.Interop.BREAKREASON br, Microsoft.VisualStudio.Debugger.Interop.BREAKRESUMEACTION[] pbra);
abstract member HandleBreakPoint : Microsoft.VisualStudio.Debugger.Interop.BREAKREASON * Microsoft.VisualStudio.Debugger.Interop.BREAKRESUMEACTION[] -> int
Public Function HandleBreakPoint (br As BREAKREASON, pbra As BREAKRESUMEACTION()) As Integer
Parameters
- br
- BREAKREASON
- pbra
- BREAKRESUMEACTION[]