Changed - 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
  • BREAKING: The format of the password option has changed from "-p:MY_PASSWORD" to "-p MY_PASSWORD".
  • BREAKING: PLC firmware versions < 2.9 is not supported.
  • BREAKING: Support for compiler-version 4.x.x
    • Alignment changes of the stc: When monitoring/debugging arrays, the array is now shown with all indices available within the new alignment. For example: When monitoring an ARRAY[0..9] OF BOOL, the array will be shown with indices [0..15]. For further information regarding the alignment of data types, see "Types and Variables".