Skip to main content

create_debug_workspace_context

Function create_debug_workspace_context 

Source
pub fn create_debug_workspace_context(
    project: &ProjectContext,
    generated_at: String,
    board_yaml_exists: impl Fn(&str) -> bool,
    debugger_extensions: DebuggerExtensionsState,
) -> DebugWorkspaceContext
Expand description

Mirror of TS createDebugWorkspaceContext: board.yaml existence is probed via the injected predicate only when a path resolved.