Make print_debug output onto a single line?

Hi all. Just a thought here in case I’m missing something.

Is there a way to make print_debug output only a single line? It’s a really useful tool, and the ‘at’ part is really helpful. But all of my monitors are widescreen, so vertical space is much more limited than horizontal space. I end up having to scroll a lot while the debug panel is completely empty on the right hand side. I keep thinking there’s plenty of room there for the ‘at’ information to be on the same line as the outputted string.

Is there a way to make print_debug function that way? That would double the amount of infortmation I can see in the debug output at a time.

Looking at source code, seems that \n is hardcoded in print_debug()

The only way would be to remove it from there and recompile the engine. You can also make a feature request to toggle this via settings.

3 Likes

Rotate one of your monitors 90 degrees.

3 Likes

Looking at source code, seems that \n is hardcoded

Thanks. I’ll see about a feature request. Not a massive issue but it would be nice to have the option.

2 Likes

Rotate one of your monitors 90 degrees.

I like your thinking. Most of my development time is on laptops though. Could make typing awkward!

It’s a good shout for a future desk setup though.

1 Like