Hi,
I have a visual GDB project in a temp folder that I created when first starting with Visual Studio and GDB. It is located in C:\temp_projects\logger folder and I want to move it to D:\firmware\logger folder.
Been playing around and cannot figure it out. When I used vscode, you can just move the folder and delete the build folder and recompile but the visual studio code does not seem so straight forward.
I initially created the project by creating a NEW project based on an existing vscode project (I removed vscode and build folders and selected the cmakelist.txt file to create new project).
If I try this using the Visual GDB project, I can’t seem to do the same thing. I tried a copy and paste and that does not work.
Thanks for any help.