Serial Debug for Arduino UNO connected on USB

Sure, but keep in mind that UNO has 1 hardware serial.
It you connect blynk via USB, this serial is busy.
You can use SoftwareSerial to debug. Actually the Serial_USB example has everything in it.