Reliable online debugging
Reliable online debugging
Section titled “Reliable online debugging”The online debugger streams variable values and breakpoint events from the edge runtime, through the cloud, into the portal. The connection is designed to self-heal: a brief network blip will not lose your debug session, and reconnects happen automatically.
For the basics of viewing live values, see Online Values. This page covers the connection’s reliability behaviour.
Starting a debug session
Section titled “Starting a debug session”- Open your project in the logiccloud IDE and go to the Debug tab.
- Select the debug-enabled device running your project from the device dropdown.
- Wait for the session indicator to show Connected.
What happens when the connection drops
Section titled “What happens when the connection drops”- The session indicator turns Reconnecting.
- The debugger reuses your existing selection once the connection is restored — you do not need to reconnect manually.
- Variable values resume streaming as soon as the runtime acknowledges the resubscription.
When the session will not connect
Section titled “When the session will not connect”- Confirm the device is online on the device page.
- Confirm the last installed build on the device matches the build you opened in the editor.
- If the build identifiers differ, reinstall the build on the device before retrying the debug session.