Debug problem after installing git
I am rather new to STM32CubeIDE so this may be a dumb question. I have built a project and have it all working fine and SWD debugging via STLink2 is working great. The problem arises when I share the project via git and it gets put in a git repository outside the workspace. Once it is in the git repository I can still edit and build the project but when I go to debug it is a no go. Selecting debug as>STm32 C/C++ Application now does nothing. I expect this is because the files are not actually in the workspace anymore so debug can't find them. I'm guessing there is something I need to do to the debug configuration but I'm not sure what. Either that or I implemented the git repository wrong. Any help would be appreciated.