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