Add option to disable condensing script Output

Studio condenses identical prints into one line (the x4 above for the state of a chess board)

It’s not always helpful.

image

I just want to be able to right click on the condensed output (… x4) and turn off this feature. I checked Studio settings and didn’t see a setting.

As someone who mainly uses prints for debugging, I often want to see the exact unmangled output of my scripts.

11 Likes

I agree with this, it can also be a hindrance when using the new line character, printing the same line out after.

print("x\nx") --> x (×2)
2 Likes

Yeah agree about the newlines. If I’m printing two of those, it’s because I’m trying to format the text in the output pane to be more readable.

3 Likes