Android Question Clear / Cls windows IDE LOG

netsistemas

Active Member
Licensed User
Longtime User
Is posible to clear the log windows in IDE (no pressing button LIMPIAR / CLEAR).

log("HOLA") -> print

Simil to:
LogCls()

into code b4x
 

netsistemas

Active Member
Licensed User
Longtime User
I know, but the small problem is that when I debug, I have many messages, and in some cases, it would help me to see it more clearly, clean the entire log, to focus on the message to analyze at a certain moment, hence the CLEAN, before logging a message.
I can do it with a LOG("****************************************") just before , but maybe there is something I don't know... like so many other things
 
Upvote 0

PaulMeuris

Active Member
Licensed User
I can do it with a LOG("****************************************") just before
Or you can use:

1691129362690.png
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
ah.. great.. this is a solution for me!! but may be Erel incluye this feature in future version.
Good summer!!
 
Upvote 0
Top