Wish Log with line number

MikeH

Well-Known Member
Licensed User
Longtime User
It would be useful if we could see which line of code triggered a log. I know we could type:
B4X:
Log("Line number 453")
but then we would have to change it each time a line of code was added or taken away.

Like this:

LogWithLineNumber.jpg


(In this example I know some of the logs are automatic and may not have line numbers)
 
Top