RELEASE vs DEBUG
Hi all!,
I'm triyng to learn about differences between a debug .elf file vs a release .elf.
If I upload a debug .elf file and then, in STMStudio I import a variable from that .elf file, STMStudio shows the variable normally, as expected.
But, If I upload a release .elf file and then, in STMStudio I import the same variable from the debug .elf file, STMStudio still shows the variable...
What I'm missing here?
How can STMStudio recover info for a variable in a release uploaded file?