You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to debug an STM32 project using the Wokwi plugin in CLion. I followed the documentation to set up remote debugging and configured everything accordingly. Here are the details of my setup:
GDB version: arm-none-eabi-gdb 10.2.90
Wokwi debugger mode: Enabled and running (port 3333 is listening).
CLion configuration: Remote Debug with correct paths for ELF file and GDB executable.
However, after starting the Wokwi debugger, the CLion debug button keeps spinning indefinitely. It seems that GDB cannot establish a connection with Wokwi's GDB server.
Here are screenshots of my setup and the issue:
Debug configuration in CLion:
Wokwi simulator and the spinning debug button in CLion:
Could you please confirm if the issue is related to my configuration or if the arm-none-eabi-gdb 10.2.90 version is incompatible with the Wokwi debugger? Any guidance or suggestions would be greatly appreciated.
Thank you!
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello Wokwi team,
I am trying to debug an STM32 project using the Wokwi plugin in CLion. I followed the documentation to set up remote debugging and configured everything accordingly. Here are the details of my setup:
GDB version: arm-none-eabi-gdb 10.2.90
Wokwi debugger mode: Enabled and running (port 3333 is listening).
CLion configuration: Remote Debug with correct paths for ELF file and GDB executable.
However, after starting the Wokwi debugger, the CLion debug button keeps spinning indefinitely. It seems that GDB cannot establish a connection with Wokwi's GDB server.
Here are screenshots of my setup and the issue:
Debug configuration in CLion:
Wokwi simulator and the spinning debug button in CLion:
Could you please confirm if the issue is related to my configuration or if the arm-none-eabi-gdb 10.2.90 version is incompatible with the Wokwi debugger? Any guidance or suggestions would be greatly appreciated.
Thank you!
Screenshots
![image](https://private-user-images.githubusercontent.com/108268264/398292676-bc59d467-90aa-40ea-8e10-819c303d60ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzcxNDEsIm5iZiI6MTczOTYzNjg0MSwicGF0aCI6Ii8xMDgyNjgyNjQvMzk4MjkyNjc2LWJjNTlkNDY3LTkwYWEtNDBlYS04ZTEwLTgxOWMzMDNkNjBlZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNjI3MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YjcyM2M0OWMwNTFhNWZjNTVjNGMyN2RhMTc5ZWQ5ZTQzNjM5ODRmYjA0Y2RhMTQzN2MyMTFjMWI1NTA1MTIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.EDJp9TWbQRUpc9YcDuJWMNQn3hXK-ysv4UL_I0r5yzs)
![image](https://private-user-images.githubusercontent.com/108268264/398292714-53a255f5-9e7c-4712-84fc-c1e3ec52221c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzcxNDEsIm5iZiI6MTczOTYzNjg0MSwicGF0aCI6Ii8xMDgyNjgyNjQvMzk4MjkyNzE0LTUzYTI1NWY1LTllN2MtNDcxMi04NGZjLWMxZTNlYzUyMjIxYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNjI3MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xOGMzMzk3MmE5YzM4MmNmNjhhMmJkN2U0M2ZkN2NmMjM4ZjRhZmZhMThjM2Y0NmMxODVhNzUwZDU4MTU1MTdjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MMKahKd0fzKLV6NBDAok-Y5G-l-YGcS0zgwwmrE4cVk)
The text was updated successfully, but these errors were encountered: