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