mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
First pass at debug adapter support
This commit is contained in:
@@ -8,6 +8,8 @@ public interface IDebuggerState
|
||||
void Start();
|
||||
|
||||
InterpreterCommand DebuggerCommand { get; set; }
|
||||
|
||||
//IObservableCollection<Breakpoint> Breakpoints { get; }
|
||||
}
|
||||
|
||||
public interface IRemoteDebuggerState : IDebuggerState
|
||||
@@ -15,7 +17,7 @@ public interface IRemoteDebuggerState : IDebuggerState
|
||||
/// <summary>
|
||||
/// The URI the client is connected to.
|
||||
/// </summary>
|
||||
public Uri ConnectionUri { get; }
|
||||
public string ConnectionString { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Fired when a connection is established.
|
||||
|
||||
Reference in New Issue
Block a user