I would like to also point out a briliant page general on how to debug freeRTOS on Eclipse, which is applicable for STM32CubeIDE as well:https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/
I mean, would it be sufficient to just automatically perform the removal of the "conflicting" Segger tools, as proposed in the workaround (which definitely worked for me), if this error is detected? Or prompt user to do so at least. It seems like a r...