Skip to main content

route_stream_frame

Function route_stream_frame 

Source
pub fn route_stream_frame(
    value_json: &str,
    handlers: &Arc<Mutex<HashMap<String, BreakpointStreamFrameHandler>>>,
) -> Option<(String, StreamFrameDecision)>
Expand description

Route a stream-frame message: dispatch to the per-breakpoint-id handler, auto-continue on missing handler or panic. Returns (type_name, decision).