[Wish] Selective debugging

NeoTechni

Well-Known Member
Licensed User
Longtime User
My program is getting quite big, to the point where compiling a debug apk takes what seems like forever.

I would like to suggest we be able to specify only certain parts of the code to be compiled in debug mode.

ie: We can toggle specific files, or blocks of code via special comments
'DEBUG:ON
code
'DEBUG:OFF
 
Top