OK thanks for the info. For now I’m just going to ignore the warning. I’m settings up a system that will be used by other developers as well and they will have to be made aware that they should not click on the warning link.
Due to the complexity of our project, I have written my own configure, sync and build system that bypasses all of VGDB’s functionality. The only thing it is used for now is for debugging. VGDB is a good product, but if you need something a bit more out of the ordinary it has some limitations. Since I need it to work this way, here are some things that would make it more flexible:
1. Recognize environment variables in the list of SSH Hosts. Then we can have something like $(BUILD_USER)@$(BUILD_HOST) which makes the VGDB project portable (currently I’m experimenting with modifying VGDB’s list of host files with some luck).
2. Allow the build steps to be completely disabled, including checking/changing the make commands in the VS project.