watch remove - Manual - Structured Text Debugger - The SIMATIC Debugger. Enables debugging source code on the PLC and is needed to run the debugger extension. - Debugger (sdb),tool

Structured Text Debugger CLI Tool (sdb)

Portfolio
SIMATIC AX
Product
Structured Text Debugger
Software version
1.3.6
Edition
11/2024
Language
English (original)
Package Name
@ax/sdb

The 'watch remove' command removes a logpoint added previously. An existing logpoint can be removed by providing the logpoint ID or the full path.
The command is executed asynchronously. The possible responses are described here.

watch remove <id>
watch remove <filepath>:<line>

\<id>
The unique identifier of a logpoint added previously. This will be passed back to the caller after the successful execution of the watch add command.

\<filepath>
The path to the ST file in which the logpoint is to be removed.

\<line>
The line number in the file specified with 'filepath'. The first line in a file is always 1.