Contents

Publishers.Breakpoint

A publisher that raises a debugger signal when a provided closure needs to stop the process in the debugger.

Declaration

struct Breakpoint<Upstream> where Upstream : Publisher

Overview

When any of the provided closures returns true, this publisher raises the SIGTRAP signal to stop the process in the debugger. Otherwise, this publisher passes through values and completions as-is.

Topics

Creating a breakpoint publisher

Declaring supporting types

Inspecting publisher properties

See Also

Debugging