Ejemplo n.º 1
0
 public static async Task RemoveBreakpointAsync(this IDebuggerPlugin dbgr, BreakpointInfo b)
 {
     await Task.Run(() => dbgr.RemoveBreakpoint(b));
 }