Debugging with Swift Combine Framework
www.vadimbulavin.comLearn different ways of debugging functional reactive code written with the Swift Combine framework: read the console with the print() and handleEvents() operators; generate Xcode breakpoints with breakpointOnError() and breakpoint(); draw marble diagrams.
Read more...