Package ghidra.app.services
Interface DebuggerWatchesService
public interface DebuggerWatchesService
A service interface for controlling the Watches window
-
Method Summary
Modifier and TypeMethodDescriptionAdd a watchGet the current watchesvoidremoveWatch(WatchRow watch) Remove a watch
-
Method Details
-
addWatch
Add a watch- Parameters:
expression- the Sleigh expression- Returns:
- the new row
-
removeWatch
Remove a watch- Parameters:
watch- the row to remove
-
getWatches
Collection<WatchRow> getWatches()Get the current watches- Returns:
- the unmodifiable collection of watches
-