IActiveScriptSiteDebug32.OnScriptErrorDebug 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 OnScriptErrorDebug(Microsoft::VisualStudio::Debugger::Interop::IActiveScriptErrorDebug ^ pErrorDebug, [Runtime::InteropServices::Out] int % pfEnterDebugger, [Runtime::InteropServices::Out] int % pfCallOnScriptErrorWhenContinuing);
public int OnScriptErrorDebug(Microsoft.VisualStudio.Debugger.Interop.IActiveScriptErrorDebug pErrorDebug, out int pfEnterDebugger, out int pfCallOnScriptErrorWhenContinuing);
abstract member OnScriptErrorDebug : Microsoft.VisualStudio.Debugger.Interop.IActiveScriptErrorDebug * int * int -> int
Public Function OnScriptErrorDebug (pErrorDebug As IActiveScriptErrorDebug, ByRef pfEnterDebugger As Integer, ByRef pfCallOnScriptErrorWhenContinuing As Integer) As Integer
Parameters
- pErrorDebug
- IActiveScriptErrorDebug
- pfEnterDebugger
- Int32
- pfCallOnScriptErrorWhenContinuing
- Int32