I am newbee in this group and learning
STM32 programming and wanted to know in which file Debug information is stored ( like break points , enabled break points , disabled break points) .In My code I am witnessing that the break point is still hitting the break point which I have removed earlier.I thought that old debug builded code is running using the debug info file(which ever it is ) , so I wanted to delete this file .
Can some one please tell me the file name where this debug info is stored or why this issue is coming.I am using STlink debugger.
Rgds,
Softy