Debugging live/paper (not backtest)

Any best practices for debugging (via print, etc) strategies when live or paper trading? I can see the errors being printed. As the datasets are limited I plan to debug/refine the strategy while paper trading. Can I use print statements to see the inner working of the strategy while paper trading?

Sorry, I missed this earlier. Sure you can use print in live strategy. They will appear (in green) in live dashboard console. Make sure you use print function and not print statement.