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
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | Static, Peripherals, Registers or Variables. | debugger.ts:165 |
reference | number | Pass to variables(); 0 means no children. | debugger.ts:167 |
expensive | boolean | Whether listing it is slow (statics, peripherals), so a UI should not expand it by default. | debugger.ts:169 |
hint | string | null | DAP presentation hint, e.g. locals, registers, statics. | debugger.ts:171 |