I’m using Debug Profiles in Visual Studio to run gamma when I need to debug project, today I was moving a lib to “Package Repositories” and I’m experiencing a silent crash when I press Start Debugging
My args are following:
--nuget-path D:\VVVV\__nugets ^
--package-repositories D:\VVVV\__avalonia\VL.Avalonia ^
--nocache ^
--debug
I ran in to it with VL.Avalonia, but I’m getting same behavior if I provide any other folder, even a non existent one.
Some more debugging:
'vvvv.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.19\System.IO.MemoryMappedFiles.dll'. Symbol loading disabled by Include/Exclude setting.
Exception thrown: 'System.IO.DirectoryNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.DirectoryNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.DirectoryNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.DirectoryNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
'vvvv.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\vvvv\vvvv_gamma_7.0-0517-ge070c1d18e-win-x64\SkiaSharp.dll'. Symbol loading disabled by Include/Exclude setting.
Ok seems it does not have something to do vs debbugger, but a line should have at list one semicolon:
--package-repositories D:\VVVV\__avalonia\VL.Avalonia; ^
like that it’s working witch seems wierd since gamma launcher gives something like:
--package-repositories D:\VVVV\VL.Flex\;D:\VVVV\_repos;D:\VVVV\__avalonia\VL.Avalonia ^