File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 233233 "type" : " coreclr" ,
234234 "request" : " launch" ,
235235 "preLaunchTask" : " build-yolo-net" ,
236- "program" : " ${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/9 .0/ObjectDetectionYOLOv5Net" ,
236+ "program" : " ${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/net9 .0/ObjectDetectionYOLOv5Net.exe " ,
237237 "linux" : {
238238 "program" : " ${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/net9.0/ObjectDetectionYOLOv5Net.dll" ,
239239 },
335335 "type" : " coreclr" ,
336336 "request" : " launch" ,
337337 "preLaunchTask" : " build-parsejson" ,
338- "program" : " ${workspaceFolder}/utils/ParseJSON/bin/Debug/9 .0/ParseJSON" ,
338+ "program" : " ${workspaceFolder}/utils/ParseJSON/bin/Debug/net9 .0/ParseJSON" ,
339339 "linux" : {
340340 "program" : " ${workspaceFolder}/utils/ParseJSON/bin/Debug/net9.0/ParseJSON.dll" ,
341341 },
Original file line number Diff line number Diff line change 9696 " build" ,
9797 " ${workspaceFolder}/modules/ObjectDetectionYOLOv5Net" ,
9898 " /property:GenerateFullPaths=true" ,
99- " /consoleloggerparameters:NoSummary"
99+ " /consoleloggerparameters:NoSummary" ,
100+ " --configuration" , " Debug"
100101 ],
101102 "problemMatcher" : " $msCompile"
102103 },
You can’t perform that action at this time.
0 commit comments