Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I use vs.code with nucleo stm32 boards. When using a project exported from online ide, debugging lacks variable inspection. Reason : the makefile uses -g1 option for gcc, which doesn't generate symbols for variables inspection.
I changed CXXFLAGS = -g3 to solve the issue.