Page 1 of 1
Add Breakpoints to Map Editor for Circuit Debugging
Posted: Tue Jun 02, 2026 6:45 am
by MRI-One
TL;DR
When debugging a circuit, I often want to check its behavior at a specific condition. It would be helpful if I could automatically stop the simulation at that point
What?
I would like the ability to attach a stop point to a circuit wire. The condition would work like a decider combinator, stopping the simulation when the condition changes from false to true, or when it is true. I would imagine that a special version of the decider, a "stop decider", only available in the map editor, would do the trick and would minimize the UI changes needed. It would take two wire inputs, no outputs, and just have the condition part of the decider combinator. It would work only in the map editor.
Why?
It would remove the pain of having to step through the simulation exactly the right amount of ticks. Especially for debugging tricky circuit logic problems.