How to stop STM32CubeIDE from opening random files when debug is started?
Every time I debug my project for STM32H747 (created with TouchGFX), the debugger opens a bunch of random files, different each time.
It does that BEFORE even finishing uploading the project to the board. Before I even get "Verifying" on the console.
Then it stops at MPU_Config() in main.c.
It doesn't do that in projects created with STM32CubeIDE, just with a TouchGFX project.
It's super annoying, is there any way to stop that beavior?
