Property | Type | Description | |
---|---|---|---|
State | ExecutionState |
Property | Type | Description | |
---|---|---|---|
_breakpoints | List |
||
_locker | object | ||
_output | StringBuilder | ||
_resetEvent | |||
_runner | Thread | ||
_txtWatch |
Method | Description | |
---|---|---|
AddBreakpoint ( int index ) : void | ||
ClearBreakpoints ( ) : void | ||
Continue ( bool blockUntilFinished = false ) : void | ||
Dispose ( ) : void | ||
InitializeWatchWindow ( ) : |
||
RemoveBreakpoint ( int index ) : bool | ||
SetWatchWindowFont ( FontSpec font ) : void | ||
UpdateWatch ( ) : void |
Method | Description | |
---|---|---|
GetProgram ( ) : IEnumerable |
||
Run ( ) : void | ||
fireDebuggerBreak ( |
||
fireExecutionFinished ( bool canceled, |
public Continue ( bool blockUntilFinished = false ) : void | ||
blockUntilFinished | bool | |
return | void |
public InitializeWatchWindow ( ) : |
||
return |
public SetWatchWindowFont ( FontSpec font ) : void | ||
font | FontSpec | |
return | void |
protected fireDebuggerBreak ( |
||
position | ||
return | void |
protected fireExecutionFinished ( bool canceled, |
||
canceled | bool | |
error | ||
return | void |
protected ManualResetEvent,System.Threading _resetEvent | ||
return |