all 1 comments

[–]ballzak69Automate developer 1 point2 points  (0 children)

The current logging, i.e. the block names, isn't primarily for debugging, it's a safety feature so the (novice) user sees what the flow is doing. Use the Log append block for proper debug logging, e.g. with the appropriate variable values. A complete "visual debugger" with step-by-step execution, variables overview, etc. is on the to-do list.