LogixNG Tutorial - Chapter 14

The debugger

Creating computer programs is an art. Good development tools help, but things doesn't always work as you expect. And LogixNG is no exception. Sometimes, the rules you set up doesn't work. To help with this, LogixNG has a debugger.

Debug step by step

Adding break points

Watch local variables

The debugger displays the current local variables and their values. It's possible to change the value of a local variable if desired.

Watch items

The intention is that the debugger should be able to show the state of things, like turnouts, signal masts, memories and so on. This is not yet implemented.