private void OnAttachDebugger()
 {
     AttachDebuggerWindow.PromptUser(_instance);
     // Refresh instance state because the firewall rules may have been changed.
     RefreshInstanceState();
 }
Пример #2
0
 private async Task OnAttachDebuggerAsync()
 {
     AttachDebuggerWindow.PromptUser(_instance);
     // Refresh instance state because the firewall rules may have been changed.
     await RefreshInstanceStateAsync();
 }