How to debug in CodingGame?

Hello,

Sorry if the question was already answered, but I can not find how to debug in CodingGame. The “print()” (Python) output is interpreted by the program, so I see no way to display additional debug information necessary for the code debugging. Is there exists a way to do it?

Thank you in advance.

Hi nata,
You can print debug messages using stderr.

3 Likes