Is there a debug writeup?

tomb

Member
Licensed User
Longtime User
I writing a small app and would like to know if there is some information on debugging during the process. A search on "debug" revealed nothing.
Regards,
Tom B
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
For now you should use Log messages (by calling the Log keyword). The logs appear in the Logs tab at the right pane.
Next version will include a debugger:

debugger_1.png
 
Upvote 0
Top