Ejemplo n.º 1
0
 public static async Task <IEnumerable <Variable> > GetVariablesAsync(this IDebuggerPlugin dbgr, EVariableNamespace scope = EVariableNamespace.All, params string[] names)
 {
     return(await Task.Run(() => dbgr.GetVariables(scope, names)));
 }