Wish clear Log window in IDE

sirjo66

Well-Known Member
Licensed User
Longtime User
Hi Erel
a feature that I'd like is a special "Log" command for to clear Logs window in IDE.
May be a new Log command (as exist LogColor, may be LogClear), or a special message, for example
B4X:
Log("$logclear$")

This is very useful when I need to debug app.
When start compile I know that the log is cleared, but may be that I need also to do it in a specific point of the source

Many thanks
Sergio
 

sirjo66

Well-Known Member
Licensed User
Longtime User
I put a breakpoint in my code. When it stops I press the clear button if I want to see an empty log. Then I continue the run and see only the new logs. Can be repeated at several points in the code.
Yes, now I do it, but if I do it 5000 times.......
 
Top