Android Code Snippet [IDE] Where is the compilation mode stored?

I've been asked privately, but maybe the answer will help others.

ini file: %AppData%\Anywhere Software\Basic4android\b4xV5.ini

There is a CompileMode key.
The values are:
0 - debug
1 - release
2 - release (obfuscated)

It is only read when the IDE opens.
 
Top