questions of submit wordpress theme [duplicate]

This does not mean that WP_DEBUG has anything to do with your theme code. That means that your theme generates error/warning/notice messages when output of error messages is enabled (WP suppresses output of errors by default).

You will need to enable WP_DEBUG on stack where you test your theme and fix all such messages.