|
233 | 233 | "type": "coreclr",
|
234 | 234 | "request": "launch",
|
235 | 235 | "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", |
237 | 237 | "linux": {
|
238 | 238 | "program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/net9.0/ObjectDetectionYOLOv5Net.dll",
|
239 | 239 | },
|
|
259 | 259 | },
|
260 | 260 | "name": "Object Detect YOLOv5 6.2",
|
261 | 261 | "type": "debugpy",
|
262 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python38/venv/bin/python", |
| 262 | + "python": "${workspaceFolder}/runtimes/bin/windows/python37/venv/Scripts/python", |
263 | 263 | "windows": {
|
264 | 264 | "python": "${workspaceFolder}/runtimes/bin/windows/python37/venv/Scripts/python"
|
265 | 265 | },
|
266 | 266 | "linux": {
|
267 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python38/venv/bin/python", |
| 267 | + "python": "${workspaceFolder}/runtimes/bin/ubuntu/python38/venv/bin/python", |
| 268 | + // "python": "${workspaceFolder}/runtimes/bin/debian/python38/venv/bin/python", |
268 | 269 | },
|
269 | 270 | "osx": {
|
270 | 271 | "python": "${workspaceFolder}/runtimes/bin/macos/python38/venv/bin/python",
|
|
335 | 336 | "type": "coreclr",
|
336 | 337 | "request": "launch",
|
337 | 338 | "preLaunchTask": "build-parsejson",
|
338 |
| - "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/9.0/ParseJSON", |
| 339 | + "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/net9.0/ParseJSON", |
339 | 340 | "linux": {
|
340 | 341 | "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/net9.0/ParseJSON.dll",
|
341 | 342 | },
|
|
416 | 417 | "program": "object-detect.exe",
|
417 | 418 | "args": [ "run" ],
|
418 | 419 | "cwd": "${workspaceFolder}/src/demos/clients/Rust/object-detect/target/debug",
|
419 |
| - "preLaunchTask": "build-deno-rust", |
| 420 | + "preLaunchTask": "build-demo-rust", |
420 | 421 | "stopOnEntry": false,
|
421 | 422 | "env": {
|
422 | 423 | },
|
|
501 | 502 | "python": "${workspaceFolder}/runtimes/bin/windows/python39/venv/Scripts/python.exe"
|
502 | 503 | },
|
503 | 504 | "linux": {
|
504 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python38/venv/bin/python", |
| 505 | + "python": "${workspaceFolder}/runtimes/bin/ubuntu/python38/venv/bin/python", |
| 506 | + // "python": "${workspaceFolder}/runtimes/bin/debian/python38/venv/bin/python", |
505 | 507 | },
|
506 | 508 | "osx": {
|
507 | 509 | "python": "${workspaceFolder}/runtimes/bin/macos/python38/venv/bin/python",
|
|
528 | 530 |
|
529 | 531 | "name": "Python Simple Module",
|
530 | 532 | "type": "debugpy",
|
531 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python39/venv/bin/python", |
| 533 | + "python": "${workspaceFolder}/runtimes/bin/windows/python39/venv/Scripts/python", |
532 | 534 | "windows": {
|
533 | 535 | "python": "${workspaceFolder}/runtimes/bin/windows/python39/venv/Scripts/python"
|
534 | 536 | },
|
535 | 537 | "linux": {
|
536 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python38/venv/bin/python", |
| 538 | + "python": "${workspaceFolder}/runtimes/bin/ubuntu/python38/venv/bin/python", |
| 539 | + // "python": "${workspaceFolder}/runtimes/bin/debian/python38/venv/bin/python", |
537 | 540 | },
|
538 | 541 | "osx": {
|
539 | 542 | "python": "${workspaceFolder}/runtimes/bin/macos/python38/venv/bin/python",
|
|
563 | 566 |
|
564 | 567 | "name": "Python Long Process Module",
|
565 | 568 | "type": "debugpy",
|
566 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python39/venv/bin/python", |
| 569 | + "python": "${workspaceFolder}/runtimes/bin/windows/python39/venv/Scripts/python", |
567 | 570 | "windows": {
|
568 | 571 | "python": "${workspaceFolder}/runtimes/bin/windows/python39/venv/Scripts/python"
|
569 | 572 | },
|
570 | 573 | "linux": {
|
571 |
| - "python": "${workspaceFolder}/runtimes/bin/linux/python38/venv/bin/python", |
| 574 | + "python": "${workspaceFolder}/runtimes/bin/ubuntu/python38/venv/bin/python", |
| 575 | + // "python": "${workspaceFolder}/runtimes/bin/debian/python38/venv/bin/python", |
572 | 576 | },
|
573 | 577 | "osx": {
|
574 | 578 | "python": "${workspaceFolder}/runtimes/bin/macos/python38/venv/bin/python",
|
|
596 | 600 | "name": ".NET Simple Module",
|
597 | 601 | "type": "coreclr",
|
598 | 602 | "request": "launch",
|
599 |
| - "preLaunchTask": "build-demo-net", |
| 603 | + "preLaunchTask": "demo_module_dotnetsimple", |
600 | 604 | "program": "${workspaceFolder}/src/demos/modules/DotNetSimple/bin/Debug/net9.0/DotNetSimple",
|
601 | 605 | "linux": {
|
602 | 606 | "program": "${workspaceFolder}/src/demos/modules/DotNetSimple/bin/Debug/net9.0/DotNetSimple.dll",
|
|
0 commit comments