UIX debugger improvements

This commit is contained in:
Yoshi Askharoun
2024-01-20 20:32:30 -06:00
parent 3345ffe590
commit 46833d467f
12 changed files with 181 additions and 43 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class DebugSettings
public bool GenerateDataMappingModels { get; set; } = false;
public ObservableCollection<DataMappingModel> DataMappingModels { get; } = new();
public List<Breakpoint> Breakpoints { get; } = new();
public HashSet<Breakpoint> Breakpoints { get; } = new();
public string DebugConnectionUri { get; set; }
}