logToConsole undocumented maximum output length?

Hello,

I noticed that playdate→system→logToConsole seems to truncate its output to 1024 characters.

Is this a bug? If not, the documentation should report this limit to avoid surprises (today I spent a decent amount of time debugging a problem that ended up being just an output string truncation :upside_down_face:).

My platform: Linux

SDK version: latest (3.0.3)

Thanks

1 Like

This is the limitation, you’re right, we should document it. Thanks for bringing it up and sorry you found this out the hard way.

3 Likes