pub fn route_response(
value_json: &str,
handlers: &Arc<Mutex<HashMap<String, BreakpointResponseHandler>>>,
) -> Option<(String, Value)>Expand description
Route a RESPONSE-phase message: dispatch to the per-breakpoint-id handler, auto-continue on missing handler or panic. Returns (type_name, reply_value).