It would amazing if we had the possibility to create an event like this:
It would be possible to use Log window as a sort of very confortable terminal for debugging.
Sub LOG_MessageReceived(message as string)
if message= "someThing" then ThisVariable=18
if message= "readADC" then Log(ADC_Value)
etcetera
End SUB
It would be possible to use Log window as a sort of very confortable terminal for debugging.