probe-web / @probe-web/client / wire / ResolveSourceBreakpointsRequest
Interface: ResolveSourceBreakpointsRequest
Defined in: wire.ts:637
probe-rs-rpc ResolveSourceBreakpointsRequest: debug_state/resolve_source_breakpoints request.
Properties
| Property | Type | Defined in |
|---|---|---|
sessid | { key: bigint; marker: null; } | wire.ts:638 |
sessid.key | bigint | wire.ts:638 |
sessid.marker | null | wire.ts:638 |
locations | SourceBreakpointLocation[] | wire.ts:639 |