C# Class MonoDevelop.Debugger.PinnedWatchStore

Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method 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

Private Methods

Method Description
BatchEnsureEvaluated ( List ws ) : void
BatchUpdate ( IEnumerable fileNames ) : void
Bind ( MonoDevelop.Debugger.PinnedWatch watch, Mono.Debugging.Client.Breakpoint be ) : void
BindAll ( BreakpointStore bps ) : void
InvalidateAll ( ) : void
LoadFrom ( PinnedWatchStore store ) : void
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

Method Details

Add() public method

public Add ( MonoDevelop.Debugger.PinnedWatch watch ) : void
watch MonoDevelop.Debugger.PinnedWatch
return void

BeginBatchUpdate() public method

public BeginBatchUpdate ( ) : void
return void

EndBatchUpdate() public method

public EndBatchUpdate ( ) : void
return void

GetWatchesForFile() public method

public GetWatchesForFile ( FilePath file ) : IEnumerable
file FilePath
return IEnumerable

IsWatcherBreakpoint() public method

public IsWatcherBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : bool
bp Mono.Debugging.Client.Breakpoint
return bool

Remove() public method

public Remove ( MonoDevelop.Debugger.PinnedWatch watch ) : void
watch MonoDevelop.Debugger.PinnedWatch
return void