I started the qemu using idf.py qemu monitor command. I tried to terminate it with CTRL+C to interrupt the process but it didn't worked. What is the proper way to exit qemu in ESP-IDF?
idf.py qemu monitor
In this case, qemu is launched by the IDF Monitor. Therefore, the keyboard shortcuts of the IDF Monitor must be used:
PS: The case of the letter makes no difference.