2021-11-23 11:26 AM
Hi, I'm very disappointed using STM32CubeIDE v 1.7.0
When I go into "Debug" there are no ways to see the variables, both tabs Live Expression and Expression.
I would like debug my project (fp_cld-azure with several custom source adds ) but I'n not able to make it, because I can't see the variables values, even if the variable is global!
Could you help me, please!
Many thanks
Abele
Solved! Go to Solution.
2021-11-25 02:25 AM
Project setting
C/C++ Build -> Settings.
in Tool settings tab go to MCU Compiler settings -> Debugging and check what setting you have
(set -g3)
2021-11-25 12:50 AM
Check compiler settings, probably debug symbol are not included.
2021-11-25 01:44 AM
What you means exactly? Where I find this option?
2021-11-25 02:25 AM
Project setting
C/C++ Build -> Settings.
in Tool settings tab go to MCU Compiler settings -> Debugging and check what setting you have
(set -g3)
2021-11-25 02:36 AM
Ok thanks a lot!
Now it works well
Abele