probe-web / @probe-web/client / wire / RichStackTraceFrame
Interface: RichStackTraceFrame
Defined in: wire.ts:655
probe-rs-rpc RichStackTraceFrame.
Properties
| Property | Type | Defined in |
|---|---|---|
function_name | string | wire.ts:656 |
program_counter | WireRegisterValue | wire.ts:657 |
is_inlined | boolean | wire.ts:658 |
location | SourceLocation | null | wire.ts:659 |
frame_base | bigint | null | wire.ts:660 |
canonical_frame_address | bigint | null | wire.ts:661 |
registers | WireDebugRegister[] | wire.ts:662 |
id | number | wire.ts:663 |