Hello:
If I print to Debug() during an online backtest/run, where does the output go?

         self.Debug( "Hello, World!" )

Author