mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Implement basic interpreter execution controls
This commit is contained in:
@@ -10,6 +10,10 @@ public interface IDebuggerClient
|
||||
/// </summary>
|
||||
Uri ConnectionUri { get; }
|
||||
|
||||
InterpreterCommand DebuggerCommand { get; set; }
|
||||
|
||||
event Action<InterpreterCommand> InterpreterStateChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Fired when the UIX interpreter steps forward.
|
||||
/// </summary>
|
||||
@@ -19,4 +23,6 @@ public interface IDebuggerClient
|
||||
/// Fired when the UIX dispatcher executes another call from the queue.
|
||||
/// </summary>
|
||||
event Action<string> DispatcherStep;
|
||||
|
||||
void UpdateBreakpoint(Breakpoint breakpoint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user