Error Reporting
If an exception or error occurs in Sokoban, it will trigger an automatic error reporting function. A dialog will pop up that describes the error. This info can be complemented with a description of how to recreate the problem or what happened just before the error. Every bit of information is useful when trying to fix a problem.

Debug Mode
Turning on Debug Mode will produce a file with debug information. It can for example show program execution until a crash occurs. This file is called Debug.txt and could be very helpful for finding an correcting errors. Debug mode can also be enabled by starting Sokoban with -d added to the command line.