Hi there! please let me know if my statement is true or false!
we can use the Log() feature to track till where our program is being executed.
So, for example I am trying to connect to a mqtt broker with some mqtt function then after that i add the Log() after the mqtt connection function.
Is it true that our program has executed the mqtt connection function after it shows our log in the debugger?
thankyou
we can use the Log() feature to track till where our program is being executed.
So, for example I am trying to connect to a mqtt broker with some mqtt function then after that i add the Log() after the mqtt connection function.
Is it true that our program has executed the mqtt connection function after it shows our log in the debugger?
thankyou