How to debug mbed cpp program and make values visible
Hello.
I am currently debugging an mbed cpp program in cubeIDE and trying to visualize the contents of variables. I was able to import from mbed to cubeIDE on my own. When I place a breakpoint on the variable I want to know about, I get the result [No details to display for the current selection]. The breakpoint is enabled on the main.c that comes up when debugging. My final goal is to make the values visible by placing breakpoints on the imported main.cpp.
The program I am using is called Nucleo_Hall_rect_sin_vector on mbedonline.
I am new to cubeIDE, so I would appreciate it if you could help me understand.
Relevant images are attached below.
