That's not really a debugger. If you want to debug your program, connect it to your PC and add something like
Serial.print('Now reading analog sensor 3, current value is: '); Serial.print(aVar);
That's not really a debugger. If you want to debug your program, connect it to your PC and add something like
Serial.print('Now reading analog sensor 3, current value is: '); Serial.print(aVar);