Debugging Projects
Debugging is a crucial aspect of developing projects in logiccloud, allowing you to identify and resolve issues effectively. This section provides an overview of the debugging tools and techniques available within the logiccloud environment.
The logiccloud platform offers the possibility to perform remote debugging of your projects directly from the IDE. Open your project in the IDE and select the Debug node in the project tree (the Debug entry in the IDE sidebar) to connect to a running instance of your project, inspect its state, and interact with the I/O (access) variables.
In this section
Section titled “In this section”- How to enable debugging — install the optional debugging service on the device before you can connect.
- Online Values — view live variable values inline in the code, including inside
FUNCTION_BLOCKandFUNCTIONinstances. - Debugging I/O Variables — monitor and force inputs/outputs from the Inputs/Outputs panel.
- Reliable online debugging — how a debug session self-heals when the network briefly drops.