mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Add breakpoints to UIX interpreter
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Xml;
|
||||
using System.Collections.Generic;
|
||||
using System.Xml;
|
||||
|
||||
#if NET40_OR_GREATER || NET6_0_OR_GREATER
|
||||
using DataMappingModelsList = System.Collections.ObjectModel.ObservableCollection<Microsoft.Iris.Debug.DataMappingModel>;
|
||||
@@ -20,6 +21,8 @@ namespace Microsoft.Iris.Debug
|
||||
public bool GenerateDataMappingModels { get; set; } = false;
|
||||
public DataMappingModelsList DataMappingModels { get; } = new DataMappingModelsList();
|
||||
|
||||
public List<string> Breakpoints { get; } = new List<string>();
|
||||
|
||||
public Bridge Bridge { get; } =
|
||||
#if OPENZUNE
|
||||
new(OwlCore.Remoting.RemotingMode.None);
|
||||
|
||||
Reference in New Issue
Block a user