Hi,
I’ve just installed VisualGDB and was fiddling around with some embedded devices for evaluation purposes. Thus far everything seems very well rounded. However I’ve not yet been able to find out how I’d directly open the serial monitor without debugging.
I have a custom esp32-based board here which has no JTAG broken out, so I’m using a direct USB <-> Serial adapter for programming and monitoring. Configuring the project settings to open a terminal during debugging and leaving it open afterwards works. However this requires me to compile & flash each time I want to debug. The Debug -> Attach to Running Embedded Firmware sounds like the thing I’m looking for, but that attempts to flash the software as well.
Is there any way to directly open the serial monitor with the configured settings, without launching a debugging session or flashing the program?
Thanks