We can add debugging information anywhere we want in the block.
Flow f = new Flow() .inputAs('a', 'b').returnInteger() .debug();
debug will print all of the current variables in the block.
debug