IBM Streams 4.2
Compiling an application for debugging
To compile a streams 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 streams processing application for use with the Streams Debugger. This method enables debugging of all operators.