Please specify its path manually via Tools->Options->VisualGDB System.Exception: Cannot find vagrant.exe in PATH directories. Please specify its path manually via Tools->Options->VisualGDBĪt tu1.f(RemoteHostSettings b, Boolean a)Īt di1.o4(SourceTransferAction c, SourceCache a, mg b)Īt (String action, String settingsFile, String generatedMakefile, String targetPath, String cancelEventName, IBuildCallbacks callbacks, Boolean suppressErrorParsing)Īt .LaunchVisualGDB.c_Displa圜lass21_0.b_0()Īt .LaunchVisualGDB.Execute()
> System.Exception: Cannot find vagrant.exe in PATH directories. : Exception has been thrown by the target of an invocation. “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe” foo.sln /p:Configuration=Release /p:Platform=VisualGDB /m /l:FileLogger, logfile=foo.txt Does visualgdb support building the solution from the command line?
Vagrant.exe is in the PATH and in the Tools->Options->VisualGDB settings. All works fine through the Visual Studio IDE, but when calling msbuild on the command line it has issues finding vagrant.exe. I’m using visualgdb and vagrant to build a linux project from visual studio.