ESP32 QEMU Debugging?

Is there a way to integrate QEmu based ESP32 debugging into PlatformIO? The instructions here Home · espressif/qemu Wiki · GitHub talk about ESP-IDF applications. I’m wondering if there is a way to do this with Arduino framework and PlatformIO?

Thanks,
Craig

1 Like

Sorry for bumping an old topic. I was just wondering if you were able to get QEMU working with PIO targeting the ESP32

Unfortunately, I was never able to get this working. I had some luck using https://wokwi.com/ VS Code plugin, but I haven’t done any embedded work recently.

I am back to working on an ESP32 project and I decided to revive my effort to get the emulator working. I’ve made some progress, but there are still definitely rough edges. I’m tracking the current state here: GitHub - csetera/esp32_qemu_testing: Project for use in testing the ESP32 QEMU emulator