Hello,
I've noticed that most of my global variables are missing in J-scope symbol selector. All my local variables in their corresponding C-file are showing however.
I'm using VisualGDB with arm-eabi gcc compiler for a stm32f4 microcontroller.
I've made sure that the optimization is completely off, i.e CFLAGS and CXXFLAGS set to -O0 in makefile settings.
Don't know what else to check. Any help would be appreciated!
I've noticed that most of my global variables are missing in J-scope symbol selector. All my local variables in their corresponding C-file are showing however.
I'm using VisualGDB with arm-eabi gcc compiler for a stm32f4 microcontroller.
I've made sure that the optimization is completely off, i.e CFLAGS and CXXFLAGS set to -O0 in makefile settings.
Don't know what else to check. Any help would be appreciated!