IApplicationDebugger.onHandleBreakPoint 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 onHandleBreakPoint(Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplicationThread ^ prpt, Microsoft::VisualStudio::Debugger::Interop::BREAKREASON br, Microsoft::VisualStudio::Debugger::Interop::IActiveScriptErrorDebug ^ pError);
public int onHandleBreakPoint(Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread prpt, Microsoft.VisualStudio.Debugger.Interop.BREAKREASON br, Microsoft.VisualStudio.Debugger.Interop.IActiveScriptErrorDebug pError);
abstract member onHandleBreakPoint : Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread * Microsoft.VisualStudio.Debugger.Interop.BREAKREASON * Microsoft.VisualStudio.Debugger.Interop.IActiveScriptErrorDebug -> int
Public Function onHandleBreakPoint (prpt As IRemoteDebugApplicationThread, br As BREAKREASON, pError As IActiveScriptErrorDebug) As Integer
Parameters
- br
- BREAKREASON
- pError
- IActiveScriptErrorDebug