Connect to running GDB server without ST-Link
I am trying to debug a program in STM32CubeIDE on a Renode emulator, with a running gdbserver, started by Renode.
So in Debug Configurations dialog, Debugger tab, there is a radiobutton Connect to remote GDB server, but when clicking Debug, it complains about no ST-link being found.
Is it possible somehow to set things up such that I'm debugging only with GDB, without requiring a hardware debugger?
