How to access debug information in competitions?

Hello, in the global competition, my algo sometimes crashes. It doesn’t happen when I run locally. I can’t find out where to find the debug_info so I can see why my algo is crashing. Where can I find the debug_info for competions? Any help will appreciated.

If you go to ‘Play’ and select your algo with any other (or the same one), you can see any debug_write outputs you have at the bottom.
gamelib.debug_write(_insert your desired debug output here_)

Otherwise, you can’t access it…

So I can’t get the logs from competitive matches?

As far as I know. Unless you try outputting to another ftp location you can access… That’s questionable whether it would work.

Currently you cannot see the debug logs from competitive matches.

Ok thanks, I figured out my problem though.