IBM Streams 4.2.1
Compiling an application for debugging
To compile a stream processing application for debugging with the Streams Debugger (sdb), you must specify the sc command option -g .
The compiler produces an application that can be run in stand-alone or distributed execution environments. The -g option instruments the stream processing application for use with the Streams Debugger. This method enables debugging of all operators.