IJsDebugFrame Interface

Represents a stack frame.

Syntax

IJsDebugFrame : public IUnknown;  

Members

Public Methods

Name Description
IJsDebugFrame::Evaluate Method Evaluate an expression in the context of this stack frame.
IJsDebugFrame::GetDebugProperty Method Returns a property browser for this stack frame.
IJsDebugFrame::GetDocumentPositionWithId Method Returns the current position of this stack frame within the user-level document.
IJsDebugFrame::GetDocumentPositionWithName Method Returns the current position of this stack frame within the user-level document.
IJsDebugFrame::GetName Method Gets the user-friendly name of the stack frame.
IJsDebugFrame::GetReturnAddress Method Gets the return address pushed at the 'start' (see GetStackRange) of the frame.
IJsDebugFrame::GetStackRange Method Returns the absolute address range of the logical JavaScript stack frame.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference