cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE v 1.7.0

ABarb.5
Associate II

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

0693W00000GYcjpQAD.jpg

1 ACCEPTED SOLUTION

Accepted Solutions
Radosław
Senior II

Project setting

C/C++ Build -> Settings.

in Tool settings tab go to MCU Compiler settings -> Debugging and check what setting you have

(set -g3)

View solution in original post

4 REPLIES 4
Radosław
Senior II

Check compiler settings, probably debug symbol are not included.

ABarb.5
Associate II

What you means exactly? Where I find this option?

Radosław
Senior II

Project setting

C/C++ Build -> Settings.

in Tool settings tab go to MCU Compiler settings -> Debugging and check what setting you have

(set -g3)

ABarb.5
Associate II

Ok thanks a lot!

Now it works well

Abele