Méthode | Description | |
---|---|---|
Add ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
BeginBatchUpdate ( ) : void | ||
EndBatchUpdate ( ) : void | ||
GetWatchesForFile ( FilePath file ) : IEnumerable |
||
IsWatcherBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : bool | ||
Remove ( MonoDevelop.Debugger.PinnedWatch watch ) : void |
Méthode | Description | |
---|---|---|
BatchEnsureEvaluated ( List |
||
BatchUpdate ( IEnumerable |
||
Bind ( MonoDevelop.Debugger.PinnedWatch watch, Mono.Debugging.Client.Breakpoint be ) : void | ||
BindAll ( BreakpointStore bps ) : void | ||
InvalidateAll ( ) : void | ||
LoadFrom ( |
||
NotifyWatchChanged ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
OnChanged ( ) : void | ||
OnWatchAdded ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
OnWatchChanged ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
OnWatchRemoved ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
UpdateLiveWatch ( Mono.Debugging.Client.Breakpoint bp, string trace ) : bool |
public Add ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
watch | MonoDevelop.Debugger.PinnedWatch | |
Résultat | void |
public GetWatchesForFile ( FilePath file ) : IEnumerable |
||
file | FilePath | |
Résultat | IEnumerable |
public IsWatcherBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : bool | ||
bp | Mono.Debugging.Client.Breakpoint | |
Résultat | bool |
public Remove ( MonoDevelop.Debugger.PinnedWatch watch ) : void | ||
watch | MonoDevelop.Debugger.PinnedWatch | |
Résultat | void |