mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
9 lines
169 B
C#
9 lines
169 B
C#
namespace Microsoft.Iris.DebugAdapter;
|
|
|
|
public class IrisDebugServerOptions
|
|
{
|
|
public string SymbolDir { get; set; }
|
|
|
|
public string? SourceDir { get; set; }
|
|
}
|