debugging

moster67

Expert
Licensed User
Longtime User
Hi Erel,

Just to let you know that setting up JAVA, SDK and B4A went real smooth. I have just finished the Hello World example and it ran fine.

A big thanks to you for creating this project and opening up a new world to smartphone-market for us - in this case without the need to know a single line of Java although I believe it could be useful to study it nevertheless.

I guess there are still many features to implement. I am just wondering if debugging with breakpoints is on your "priority-to-do-list". Or is it working differently in Android? Perhaps we are supposed to use the log-feature?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Thank you for your feedback :)
I am just wondering if debugging with breakpoints is on your "priority-to-do-list". Or is it working differently in Android? Perhaps we are supposed to use the log-feature?
The answer to all of these questions is yes.
A real debugger is planned for the next version (not 1.00).
With or without a debugger you will find out the the log feature is very useful.
 
Upvote 0
Top