Свойство | Тип | Описание | |
---|---|---|---|
LastChangedRegisters | List |
Свойство | Тип | Описание | |
---|---|---|---|
_debugManager | IDebugManager |
Метод | Описание | |
---|---|---|
Activation ( ) : void | ||
Add ( |
||
AddExistingWatch ( |
||
AddWatch ( string expression ) : void | ||
BeforeActivation ( ) : void | ||
Clear ( ) : void | ||
Invalidate ( List |
||
RemoveWatch ( WatchViewModel watch ) : void | ||
WatchListViewModel ( ) : System.Collections.Generic | ||
WatchListViewModel ( IDebugManager debugManager ) : System.Collections.Generic |
Метод | Описание | |
---|---|---|
ApplyChange ( |
||
WatchListViewModel_DebugFrameChanged ( object sender, |
public Add ( |
||
model | ||
Результат | void |
public AddExistingWatch ( |
||
variable | ||
Результат | void |
public AddWatch ( string expression ) : void | ||
expression | string | |
Результат | void |
public Invalidate ( List |
||
updates | List |
|
Результат | System.Threading.Tasks.Task |
public RemoveWatch ( WatchViewModel watch ) : void | ||
watch | WatchViewModel | |
Результат | void |
public WatchListViewModel ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public WatchListViewModel ( IDebugManager debugManager ) : System.Collections.Generic | ||
debugManager | IDebugManager | |
Результат | System.Collections.Generic |