Simultaneously debug and send serial data

How would it be possible debug my Arduino or Teensy while at the same time it is communicating with other parts of my system over USB?

Thanks for help and suggestions!

You could perhaps use SoftwareSerial to create another interface to debug from.

Thanks, I’ll investigate and try that.

Did you get that technique working? I’m interested in that too.