IJsDebugBreakPoint Interface

Represents a breakpoint.

Syntax

IJsDebugBreakPoint : public IUnknown;  

Members

Public Methods

Name Description
IJsDebugBreakPoint::Delete Method Deletes the breakpoint.
IJsDebugBreakPoint::Disable Method Disables the breakpoint.
IJsDebugBreakPoint::Enable Method Enables the breakpoint.
IJsDebugBreakPoint::GetDocumentPosition Method Returns the position of the statement where the breakpoint was bound.
IJsDebugBreakPoint::IsEnabled Method Determines if the breakpoint is enabled.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference