Writing to the console multiple times a frame is actually a pretty demanding task, and it clutters up other outputs I'm looking for while debugging. Seeing the output of every string that comes in, while cool, keeps me from seeing more important stuff, and while it's useful for knowing what kind of information you're receiving there should be a way to toggle it on or off.
Writing to the console multiple times a frame is actually a pretty demanding task, and it clutters up other outputs I'm looking for while debugging. Seeing the output of every string that comes in, while cool, keeps me from seeing more important stuff, and while it's useful for knowing what kind of information you're receiving there should be a way to toggle it on or off.