probe-web / @probe-web/client / wire / StackTraceFrame
Interface: StackTraceFrame
Defined in: wire.ts:804
probe-rs-rpc StackTraceFrame.
Properties
| Property | Type | Defined in |
|---|---|---|
function_name | string | wire.ts:805 |
program_counter | bigint | wire.ts:806 |
is_inlined | boolean | wire.ts:807 |
location | SourceLocation | null | wire.ts:808 |