Skip to content

probe-web / @probe-web/client / index / Scope

Interface: Scope

Defined in: debugger.ts:163

A group of variables in a frame, from Debugger.scopes.

Properties

PropertyTypeDescriptionDefined in
namestringStatic, Peripherals, Registers or Variables.debugger.ts:165
referencenumberPass to variables(); 0 means no children.debugger.ts:167
expensivebooleanWhether listing it is slow (statics, peripherals), so a UI should not expand it by default.debugger.ts:169
hintstring | nullDAP presentation hint, e.g. locals, registers, statics.debugger.ts:171