22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- // Use IntelliSense to find out which attributes exist for C# debugging
6- // Use hover for the description of the existing attributes
7- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
8- "name" : " .NET Core Launch (console)" ,
5+ "name" : " Grap from serial 1" ,
96 "type" : " coreclr" ,
107 "request" : " launch" ,
118 "preLaunchTask" : " build" ,
129 // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/bin/Debug/net6 .0/RS485 Monitor.dll" ,
10+ "program" : " ${workspaceFolder}/RS485 Monitor/ bin/Debug/net8 .0/RS485 Monitor.dll" ,
1411 "args" : [" " ],
1512 "cwd" : " ${workspaceFolder}" ,
1613 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
1714 "console" : " internalConsole" ,
1815 "stopAtEntry" : false
1916 },
2017 {
21- // Use IntelliSense to find out which attributes exist for C# debugging
22- // Use hover for the description of the existing attributes
23- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
24- "name" : " .NET Core Launch with args" ,
18+ "name" : " Read from file" ,
2519 "type" : " coreclr" ,
2620 "request" : " launch" ,
2721 "preLaunchTask" : " build" ,
2822 // If you have changed target frameworks, make sure to update the program path.
29- "program" : " ${workspaceFolder}/bin/Debug/net6.0/RS485 Monitor.dll" ,
30- "args" : [" ${workspaceFolder}\\ ..\\ Traces\\ raw_20230501_103841.bin" , " -g" ],
23+ "program" : " ${workspaceFolder}/RS485 Monitor/bin/Debug/net8.0/RS485 Monitor.dll" ,
24+ "args" : [
25+ " ${workspaceFolder}\\ ..\\ Traces\\ raw_20230501_103841.bin" ,
26+ " -g"
27+ ],
3128 "cwd" : " ${workspaceFolder}" ,
3229 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
3330 "console" : " internalConsole" ,
3431 "stopAtEntry" : false
3532 },
36- {
37- // Use IntelliSense to find out which attributes exist for C# debugging
38- // Use hover for the description of the existing attributes
39- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
40- "name" : " .NET Core Launch Helptext" ,
41- "type" : " coreclr" ,
42- "request" : " launch" ,
43- "preLaunchTask" : " build" ,
44- // If you have changed target frameworks, make sure to update the program path.
45- "program" : " ${workspaceFolder}/bin/Debug/net6.0/RS485 Monitor.dll" ,
46- "args" : [" --version" ],
47- "cwd" : " ${workspaceFolder}" ,
48- // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
49- "console" : " internalConsole" ,
50- "stopAtEntry" : false
51- },
52- {
53- "name" : " .NET Core Attach" ,
54- "type" : " coreclr" ,
55- "request" : " attach"
56- }
5733 ]
58- }
34+ }
0 commit comments