File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
FreeRTOS/Demo/Posix_GCC/.vscode Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 3030 "MIMode" : " gdb" ,
3131 "preLaunchTask" : " ${defaultBuildTask}"
3232 },
33+ {
34+ "name" : " Launch GDB Cygwin" ,
35+ "type" : " cppdbg" ,
36+ "request" : " launch" ,
37+ "program" : " ${workspaceFolder}/build/posix_demo" ,
38+ "args" : [],
39+ "stopAtEntry" : true ,
40+ "cwd" : " ${workspaceFolder}" ,
41+ "environment" : [],
42+ "externalConsole" : true ,
43+ "MIMode" : " gdb" ,
44+ "preLaunchTask" : " ${defaultBuildTask}"
45+ },
3346 {
3447 "name" : " Launch GDB MSYS2" ,
3548 "type" : " cppdbg" ,
Original file line number Diff line number Diff line change 1- {
1+ {
22 "terminal.integrated.profiles.windows" : {
33 "Ubuntu (WSL)" : {
44 "path" : " C:\\ Windows\\ Sysnative\\ bash.exe" ,
1010 "MSYSTEM" : " MSYS" ,
1111 "CHERE_INVOKING" : " 1" ,
1212 }
13+ },
14+ "Cygwin" : {
15+ "path" : " C:\\ cygwin64\\ bin\\ bash.exe" ,
16+ "args" : [" --login" , " -i" ],
17+ "env" : {
18+ "MSYSTEM" : " Cygwin" ,
19+ "CHERE_INVOKING" : " 1" ,
20+ }
1321 }
1422 },
1523 "terminal.integrated.defaultProfile.windows" : " MSYS2" ,
You can’t perform that action at this time.
0 commit comments