Fixed - 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
  • Fixed a bug that caused a crash when debug information contained entries that could not be interpreted (for example due to new compiler features not yet supported).
    • If the debug-information contains an entry that cannot be interpreted, the user will now be notified with a WARNING on stderr.
  • Fixed a crash when trying to monitor/debug an IO-struct. Monitoring/debugging of IO structs is not yet supported, but will no longer cause a crash.
  • Fixed race condition for monitor/debug results.