CubeIDE not loading source code for makefile project while debugging
Hi All,
I have a Makefile based project that I imported to CubeIDE. I am able to build it smooth, however when i am trying to launch a debug window I am not able to see the source code and it only shows 2 buttons saying "View Disassembly" and Preferences tab.
Unlike the one's shown online I am not getting an option to load the source file by browsing my file system. What am I doing wrong and how to load this??
The below is my debugger view (I put a breakpoint at Reset_Handler hence the halt)

Please help me with the problem as it's very hard to debug with the assembly view. please note the view is not loading when the function is entering C files too, i.e., from Reset Handler the PC jumps to SystemInit which here is a C file but even for that I am not able to see the load.
Thanks

