0 votes
28 views

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?

by (1.4k points)
edited by | 28 views

1 Answer

0 votes
Best answer

In this case, qemu is launched by the IDF Monitor. Therefore, the keyboard shortcuts of the IDF Monitor must be used:

  • First press CTRL + T menu escape key
  • Then press X to exit

PS: The case of the letter makes no difference.

by (1.4k points)
selected by
Welcome to Kozmotronik Q&A, where you can ask questions and receive answers from other members of the community.