
Data Viewer: subscribe to topics and watch live MQTT data
Overview
Debugging in LoT Notebooks means confirming data is moving on the right topics and your logic behaves as intended. The extension includes a Data Viewer and an Execution Trace tied to each LoT cell so you can see data, replay flows and inspect every related topic and variable.Data Viewer

Data Viewer: topic tree and replay viewer with live data and history replay
Topic Tree Viewer

LoT MQTT Topic Tree Viewer, showing topic hierarchy and MQTT Payloads
Replay Data Viewer

Data Viewer: data payload, topic tabs, timeline, and replay controls
- Message history and a multi-topic layout so you can follow several related topics at once
- Replay controls to move through captured messages over time
- A data formatter so you can interpret payloads the way they were meant to be read—pick the view that matches how the payload is encoded
Adjust how you see the data
Choose a formatter after opening a topic. The full viewer supports multiple topics, a message history, replay (timeline and playback controls), and data views such as raw, JSON, Protobuf, geopoint, image, audio and PDF.
Data Viewer Geopoint formatter: coordinates on a map
Execution trace

Execution trace: topics and variables for the LoT cell, with timeline and replay
Troubleshooting
When the viewer or trace does not match what you expect, open the sections below.Broker connection issues
Broker connection issues
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) or use the connection control in the activity bar / status area as shown in your setup. - Run LoT Notebook: Change Credentials and enter your broker URL, username, and password.
- Watch the status bar for a connected state before running cells.

Updating broker credentials in the LoT Notebooks extension
- Default credentials and TLS notes: LoT Notebooks setup guide
- Confirm the broker is reachable (host, port, firewall, TLS if using
mqtts://)
Cell run output and errors
Cell run output and errors

Running a cell to deploy a LoT definition to the broker

