App Inventor:Debug Mode

can anyone help me with how I can run the ant build in debug mode.

I am using Hot-reloading GWT code with 'Super Dev Mode'.

Let's say for example I am writing a System.out.println(); in Import Projects function, where can I see the output. Is there any kind of log file.

@ewpatton can you please help me with this ?

Use Ode.CLog() rather than System.out.println() for logging in our GWT code.