IJsDebugProcess Interface

Provides routines for inspecting and controlling the target process.

Syntax

IJsDebugProcess : public IUnknown;  

Members

Public Methods

Name Description
IJsDebugProcess::CreateBreakPoint Method Sets the breakpoint at the specified document position.
IJsDebugProcess::CreateStackWalker Method Factory method for stack walker.
IJsDebugProcess::PerformAsyncBreak Method Puts the script engine in break mode causing it to break on the next script instruction.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference