Unfortunately, none of the Visual Studio macros are replaced in the Run External Program menu of Debug. It also appears that relative paths are being examined from the location of devenv.exe. I do not know if this is 100% true, but it seems to be an experiment.
I think your best bet at this point is hard path coding. The path is stored in a user-specific project file, and is usually a machine-specific file. Most source code providers do not check this by default for this reason, so you wonβt ruin the work of other developers.
source share