pub fn resolve_breakpoints(
    args: &SetBreakpointsArguments,
    ast: &AstModule
) -> Result<ResolvedBreakpoints>
Expand description

Resolves the breakpoints to their FileSpan if possible.