B4A V1.5 Beta

moster67

Expert
Licensed User
Longtime User
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?
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
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.
 
Upvote 0

Rioven

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

Rioven

Active Member
Licensed User
Longtime User
thanks

I will add this as an option in the Debug menu.

You can disable the debugger by unchecking Project - Attach Debugger.

Thanks again Erel...thats nice...:)
 
Upvote 0
Top