|
5 | 5 | "version": "0.2.0",
|
6 | 6 | "configurations": [
|
7 | 7 | {
|
8 |
| - "name": ".NET 8 LTS Launch with Args (console)", |
| 8 | + "name": ".NET462 Launch with Args (console)", |
| 9 | + "type": "clr", |
| 10 | + "request": "launch", |
| 11 | + "requireExactSource": false, |
| 12 | + "program": "${workspaceFolder}/src/bin/Debug/net462/CollectSFData.exe", |
| 13 | + "args": [ |
| 14 | + //"${input:args}" |
| 15 | + "-type", |
| 16 | + "trace", |
| 17 | + "-krt", |
| 18 | + "1", |
| 19 | + "-t", |
| 20 | + "1", |
| 21 | + // "-l", |
| 22 | + // "1" |
| 23 | + ], |
| 24 | + "cwd": "${workspaceFolder}/src/bin/Debug/net8.0", |
| 25 | + "stopAtEntry": false, |
| 26 | + "console": "internalConsole", |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": ".NET48 Launch with Args (console)", |
| 30 | + "type": "clr", |
| 31 | + "request": "launch", |
| 32 | + "requireExactSource": false, |
| 33 | + "program": "${workspaceFolder}/src/bin/Debug/net48/CollectSFData.exe", |
| 34 | + "args": [ |
| 35 | + //"${input:args}" |
| 36 | + "-type", |
| 37 | + "trace", |
| 38 | + "-krt", |
| 39 | + "1", |
| 40 | + "-t", |
| 41 | + "1", |
| 42 | + // "-l", |
| 43 | + // "1" |
| 44 | + ], |
| 45 | + "cwd": "${workspaceFolder}/src/bin/Debug/net8.0", |
| 46 | + "stopAtEntry": false, |
| 47 | + "console": "internalConsole", |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": ".NET 8 Launch with Args (console)", |
| 51 | + "type": "coreclr", |
| 52 | + "request": "launch", |
| 53 | + "requireExactSource": false, |
| 54 | + //"preLaunchTask": "build", |
| 55 | + "program": "${workspaceFolder}/src/bin/Debug/net8.0/CollectSFData.dll", |
| 56 | + "args": [ |
| 57 | + //"${input:args}" |
| 58 | + "-type", |
| 59 | + "trace", |
| 60 | + "-krt", |
| 61 | + "1", |
| 62 | + "-t", |
| 63 | + "1", |
| 64 | + // "-l", |
| 65 | + // "1" |
| 66 | + ], |
| 67 | + "cwd": "${workspaceFolder}/src/bin/Debug/net8.0", |
| 68 | + "stopAtEntry": false, |
| 69 | + "console": "internalConsole", |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": ".NET 8 Build / Launch with Args (console)", |
9 | 73 | "type": "coreclr",
|
10 | 74 | "request": "launch",
|
| 75 | + "requireExactSource": false, |
11 | 76 | "preLaunchTask": "build",
|
12 | 77 | "program": "${workspaceFolder}/src/bin/Debug/net8.0/CollectSFData.dll",
|
13 | 78 | "args": [
|
|
22 | 87 | "console": "internalConsole",
|
23 | 88 | },
|
24 | 89 | {
|
25 |
| - "name": ".NET 6 LTS Launch with Args (console)", |
| 90 | + "name": ".NET 6 Build / Launch with Args (console)", |
26 | 91 | "type": "coreclr",
|
27 | 92 | "request": "launch",
|
| 93 | + "requireExactSource": false, |
28 | 94 | "preLaunchTask": "build",
|
29 | 95 | "program": "${workspaceFolder}/src/bin/Debug/net6.0/CollectSFData.dll",
|
30 | 96 | "args": [
|
|
41 | 107 | "type": "coreclr",
|
42 | 108 | "request": "launch",
|
43 | 109 | "preLaunchTask": "build",
|
| 110 | + "requireExactSource": false, |
44 | 111 | "program": "${workspaceFolder}/src/bin/Debug/net6.0/CollectSFData.dll",
|
45 | 112 | "args": [],
|
46 | 113 | "cwd": "${workspaceFolder}/src/bin/Debug/net6.0",
|
|
52 | 119 | "type": "coreclr",
|
53 | 120 | "request": "launch",
|
54 | 121 | "preLaunchTask": "build",
|
| 122 | + "requireExactSource": false, |
55 | 123 | "program": "${workspaceFolder}/src/bin/Debug/net8.0/CollectSFData.dll",
|
56 | 124 | "args": [],
|
57 | 125 | "cwd": "${workspaceFolder}/src/bin/Debug/net8.0",
|
|
0 commit comments