Files
ZuneUIXTools/DebugAdapter/UIX.DebugAdapter.Server/IrisDebugServerOptions.cs
T

9 lines
169 B
C#
Raw Normal View History

2025-11-30 13:37:33 -06:00
namespace Microsoft.Iris.DebugAdapter;
public class IrisDebugServerOptions
{
public string SymbolDir { get; set; }
public string? SourceDir { get; set; }
}