As usual for the old Arduino Uno, we can use Serial.print() to show information. As this works well in the mode, an USB cable is plugged to the USB C slot (Arduino Lab is providing a serial monitor) this doesn't work in the pure wireless mode, when there is no USB connection the PC.
Three ways of Debugging are shown here:
Using VSCode gives us the advantage of using numerous extension and the github copilot.