Make the current debuggee proc clear
This commit is contained in:
@@ -78,6 +78,8 @@ namespace OrbisLibraryManager
|
||||
var proc = TargetManager.SelectedTarget.Process.GetList().Find(x => x.ProcessId == currentProcessId);
|
||||
if (proc != null)
|
||||
CurrentDebuggingProccess.FieldText = $"{proc.Name}({currentProcessId})";
|
||||
else
|
||||
CurrentDebuggingProccess.FieldText = "N/A";
|
||||
|
||||
RefreshLibraryList();
|
||||
}
|
||||
|
||||
@@ -92,6 +92,8 @@ namespace OrbisPeeknPoke
|
||||
var proc = TargetManager.SelectedTarget.Process.GetList().Find(x => x.ProcessId == currentProcessId);
|
||||
if (proc != null)
|
||||
CurrentDebuggingProccess.FieldText = $"{proc.Name}({currentProcessId})";
|
||||
else
|
||||
CurrentDebuggingProccess.FieldText = "N/A";
|
||||
}
|
||||
|
||||
DetachProcess.IsEnabled = Attached;
|
||||
|
||||
Reference in New Issue
Block a user