My app has some code to initialize data, and I want to those code only useful in debug mode, I mean they won't compile in release mode.
Is there any keyword (like __DEBUG__) so that I can use it to condition compile my app.
I searched Internet but no result.
Is there any keyword (like __DEBUG__) so that I can use it to condition compile my app.
I searched Internet but no result.