In my software, I put in the following functionality that helps me debug the program:
- By typing
crashmeinto a text field I can crash the application deliberately. We use this to test thesend-the-crashlog-back-to-usfunctionality. - It's also possible to enter
debuggingmode by writingdebug oninto a text field.
What hidden functionality do you add to your application? Things that unlike easter eggs, serve some kind of purpose?
