I have now been trying the new beta with the debugger and I really like it. It is so much easier to locate errors and follow the workflow of the application.
One question - I can now see in the object-folder a new apk-file ending with DEBUG.apk. If I now want to upload my application to Android Market, what is the procedure? Should I recompile the project "unflagging" Attach Debugger in the Project-menu?
You should not upload the DEBUG apk as the debugging implementation adds unnecessary overhead. The debugging version also waits for up to 10 seconds during start up for the IDE to connect.
When you are ready to release you should uncheck the "Attach debugger" option and run your program without the debugger.
It will be explained in the 'debugging' tutorial.
Application result display gone after stopping debugger
Erel,
I wish I could still see the last program result displayed on emulator after stopping the debugger if ever to make some adjustment on codings for display as I do on previous versions. How to retrieve the last program display?
How to disable the debugger?
I have just replied on this thread for such a simple questions, not sure whether okay.