Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When it comes to debugging application flows in Node-RED, the tool most Node-RED

In these cases, using the **Node-RED Debugger** becomes invaluable. The debugger allows you to trace the execution of your flows interactively, set breakpoints, and gain deeper insights beyond what the Debug node offers. This Documentation will show you how to effectively use the Node-RED Debugger to pinpoint issues and fine-tune your applications.

> **Tip:** If your flows aren’t named or formatted properly and you're finding it difficult to understand what they do, you can use the **[FlowFuse Assistant – Flow Explainer](/docs/user/expert/#flow-explainer)** to automatically analyse the flow and generate clear documentation.
> **Tip:** If your flows aren’t named or formatted clearly, making them hard to understand, you can use **[FlowFuse Expert](/docs/user/expert/)** to analyze, debug, and build your flows faster with AI-powered features, including code completion, Function builders, templates, and more.

## What is Debugging, and Why is it crucial in Node-RED Flows?

Expand Down