Serial debugging?

Considering using PIO instead of VisualMicro. Does PIO have a serial debugger for Arduino like VM?

You mean a serial monitor to see UART output? Yes.

You mean the possibility to debug a chip using a GDB-uart stub running on the chip? For some, like Atmel AVR and Teensy, yes.