Sets the breakpoint at the specified document position.
HRESULT CreateBreakPoint( UINT64 documentId, DWORD characterOffset, DWORD characterCount, BOOL isEnabled, IJsDebugBreakPoint **ppDebugBreakPoint );
- documentId
[in] Pointer to IDebugDocumentText.
- characterOffset
[in] Character offset from the beginning of the file.
- characterCount
[in] Length of the document text within which the breakpoint should be inserted.
- isEnabled
[in] Specifies whether the breakpoint is enabled.
- ppDebugBreakPoint
[out] Object representing the breakpoint that was created.
Requirements
Header: jscript9diag.h