1 Matching Annotations
  1. Jul 2021
    1. Flow Debugger First up is a Flow Debugger. This acts like regular code debuggers, but at the flow level. You can set breakpoints on node ports, either inputs or outputs. Then, whenever a message arrives at a breakpoint, it pauses either at that node, or the entire runtime.

      woohoo, love the developer experience upgrades.