Debug.traceback() no longer contains newlines

This command:

print(debug.traceback())

Now prints:

Stack BeginScript 'print(debug.traceback())', Line 1Stack End

I’m pretty sure it used to print:

Stack Begin Script 'print(debug.traceback())', Line 1 Stack End

I use the newlines in debug.traceback to slice out irrelevant information when debugging. I think the behavior is still normal in the live game.

3 Likes

Could be related to this.

cc @Quenty

Added this to our bug list.

This is still a problem

Should be fixed now.