pub fn debug_history_menu_steps(
history: &SharedHistory,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
steps: &[DebugStep],
) -> Vec<CompletionDebugFrame>Expand description
Replays synthetic editor actions for the history menu and captures each frame.