It would be useful if we could see which line of code triggered a log. I know we could type:
but then we would have to change it each time a line of code was added or taken away.
Like this:
(In this example I know some of the logs are automatic and may not have line numbers)
B4X:
Log("Line number 453")
Like this:
(In this example I know some of the logs are automatic and may not have line numbers)