Question
Debug using STM32Cube IDE on MAC os is not working
The debug using STM32CUBE IDE is working only for the first time after creation of a workspace.
To reproduce:
- Create w new workspace, configure your debug settings and then launch the debugger. Debug is working well.
- Close or switch the current workspace and try to launch the debugging => the debugging is no more working.
Environment:
- STM32Cube IDE version 1.8.0/1,7.0
- Debug probe: ST-LINK GDB server/OpenOCD
- Debugger configuration: default configuration of one of the stm32Cube G0 FW examples
- MacBook Air M1 (macOS Montery v 12.1 or macOS Big Sur v 11.x) / MacBook Pro (macOS Montery v12.1)
To be able to do the debug again:
- Remove all existing workspaces
- Create new workspace and import a new example
- As long as the workspace is open or not switched to another workspace, the debugging is running well.
Ps: STM32 programmer is always able to connect to the stm32 device
Any one saw a similar issue?