mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
UIX debugger improvements
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user