I tend to use Segger RTT as my goto debuging printf output . This has its own terminal app. Is there a way to mod platformio to call a different monitor app . I dont need it integrated into VSCode , simply that the app gets called when I select " Monitor"
The exact nature of the monitor app isn’t that important. I for example actually use the Segger RTT mechanism as I find it easy to use and it works well.
It would be nice if platformio simply let you specify in the .ini what monitor app to call , even one that opens outside VSCode , There are lots of alternative serial apps and loggers etc that then could be driven from the platformio options
Indeed, a custom option for “monitor command” would be a good improvement – a feature-request issue at https://github.com/platformio/platformio-core/issues is good way to let the core developers know that and track it.