interface Debugger.Scope
Scope description.
Properties Jump to heading
Jump to headingtype: string
Scope type.
Object representing the scope. For global
and with
scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
optional
Jump to headingname: string | undefined
optional
Jump to headingstartLocation: Location | undefined
Location in the source code where scope starts
optional
Jump to headingendLocation: Location | undefined
Location in the source code where scope ends