Dropping tuples from flow

You can drop a tuple or punctuation from a port while debugging.

You can drop a tuple or punctuation from a port of a stopped breakpoint with the e(x)clude command:

x (<probe-point-id> | *)

For example:

(sdb) x 0
    Set tuple drop, breakpoint: 0
(sdb)

This command drops the tuple for the stopped breakpoint with identifier 0. When execution is resumed with the (c)ontinue command, the tuple is dropped from the port.