mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
When using OpenOCD RTT (real-time transfer) for stdio with `USEMODULE=stdio_rtt make ...`, it is no longer possible to debug while being connected to stdio. By also opening gdb at RIOT's default GDB port, `make debug-client` can be used to connect from GDB to the OpenOCD instance providing stdio via RTT.