SpectNet IDE

Visual Studio 2017/2019 integrated ZX Spectrum IDE for the Community

Tool Commands » Watch Commands

With these commands, you can manage the list of items in the Watch Memory tool window:

Add a New Watch Item Command

+ expression [format]

Appends a new watch expression to the watch list.

Remove a Watch Item command

- index

Removes the watch item with the specified index from the list. Automatically renumbers the indexes of remaining items.

You can access this command from the context menu of a watch item (Remove)

Modify a Watch Item command

* index expression [format]

Modifies the watch item with the specified index to the provided expression and optional format.

You can access this command from the context menu of a watch item (Modify)

Exchange Watch Items command

XW index1 index2

Exchanges the watch items specified by the two indexes in the list.

You can move up or down watch items with the commands available from the context menu of an item (Move up, Move down)

Erase the Watch Item List command

EW

Erases the entire watch item list.

Set Watch Item Label Width command

LW index

Sets the width of the label that displays the watch expression to the value specified by index. Here index is used as a width in pixels.

Instead of using the command line, you can use a sizing grip between the watch item’s expression and its displayed value to change the width with the mouse.