We are using Nordic’s SDK in conjunction with Visual GDB, and are trying to set up Visual GDB to point to a custom version-controlled location to obtain the SDK files. I’ve been unable to figure out how to tell Visual GDB where to find the SDK.
When I originally installed Visual GDB and the tools for the nRF52 microcontrollers, I left all settings at their defaults. On a different computer, a coworker changed the SDK location. Now our Visual GDB installations are looking in different places to find the SDK, which causes issues if the SDK ever needs to be changed.
It appears that the location is defined by Visual GDB globally for all projects that use the SDK (i.e. it is not a project-level definition. It is a property of the installation on each individual machine). That’s fine, but I need the ability to change where Visual GDB looks to find the SDK. Anyone know how to do that?