No support for Logpoints in PlatformIO debugger?

Otherwise, if the chip supports Semihosting (e.g. ARM chips via SWD) or ITM (instrumentation macro cell), you can transport printf() statmenents via the debug interface too and they will show ip in the debug console.

For Semihosting see

For ITM see