MikeH Well-Known Member Licensed User Longtime User Sep 3, 2015 #1 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: (In this example I know some of the logs are automatic and may not have line numbers)
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: (In this example I know some of the logs are automatic and may not have line numbers)
S sorex Expert Licensed User Longtime User Sep 3, 2015 #2 it would be even more interesting if we could click on the number and it jumped to that line.