Skip to content

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.

  1. Open your project in the logiccloud IDE and go to the Debug tab.
  2. Select the debug-enabled device running your project from the device dropdown.
  3. Wait for the session indicator to show Connected.
  1. The session indicator turns Reconnecting.
  2. The debugger reuses your existing selection once the connection is restored — you do not need to reconnect manually.
  3. Variable values resume streaming as soon as the runtime acknowledges the resubscription.
  1. Confirm the device is online on the device page.
  2. Confirm the last installed build on the device matches the build you opened in the editor.
  3. If the build identifiers differ, reinstall the build on the device before retrying the debug session.