Hi, I've had this problem for some time and I am sure it is something I am doing but if I make a change to my code while in the debugger and continue running the debugger stops displaying my log messages.
My code is very consistent in that all my log messages are like this
And I believe this is were the problem is. That when you make a change in the debugger that the #if Debug messages are being lost.
Is this possible?
BobVal
My code is very consistent in that all my log messages are like this
B4X:
#if Debug
Log("this is a message")
#end if
And I believe this is were the problem is. That when you make a change in the debugger that the #if Debug messages are being lost.
Is this possible?
BobVal