diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json index de2a0cf..d937f5c 100644 --- a/src/Properties/launchSettings.json +++ b/src/Properties/launchSettings.json @@ -2,8 +2,8 @@ "profiles": { "VL.IO.NDI": { "commandName": "Executable", - "executablePath": "$(ProgramFiles)\\vvvv\\vvvv_gamma_$(VLVersion)\\vvvv.exe", - "commandLineArgs": "--package-repositories $(PackageRepositories)" + "executablePath": "$(ProgramFiles)\\vvvv\\vvvv_gamma_$(VVVVVersion)\\vvvv.exe", + "commandLineArgs": "--package-repositories $(PackageRepositories) --debug --editable-packages VL.IO.NDI;VL.Audio" }, "Profile 1": { "commandName": "Project"