IBM InfoSphere Streams Version 4.1.0

Overview

The Streams Debugger (sdb) provides a command-line interactive debugger for debugging streams processing applications.

This debugging environment focuses on examining the flow of data (tuples and punctuation) in and out of SPL operators. The Streams Debugger enables the user to insert probe points (such as breakpoints and trace points) associated with input and output ports. Such probe points enable inspection and modification of tuples and activating the GNU Debugger (gdb) for source code level debugging of the internal operator logic. The Streams Debugger provides the following abilities to observe and change the data as it flows in the application: