LogixNG Tutorial - Chapter 14The debuggerCreating 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 stepAdding break pointsWatch local variablesThe debugger displays the current local variables and their values. It's possible to change the value of a local variable if desired.Watch itemsThe 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. |