watch reset - 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 reset command is used to remove a trigger condition from a specific scope.

watch reset --location <filepath>:<line> --callpath

--location
The location will be used to determine the scope from which the trigger condition should be removed. The location is described in detail at the watch set chapter) under '--location'.

--callpath
Indicates that the callpath of the scope should be removed.