File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11bin /
22* .o
33binaries /
4- * .sh
4+ * .sh
5+ * .bat
Original file line number Diff line number Diff line change 2323 "ignoreFailures" : true
2424 }
2525 ]
26+ },
27+ {
28+ "name" : " Debug Windows" ,
29+ "type" : " cppdbg" ,
30+ "request" : " launch" ,
31+ "program" : " ${workspaceFolder}/bin/debug/debug.exe" ,
32+ "args" : [],
33+ "stopAtEntry" : false ,
34+ "cwd" : " ${workspaceFolder}" ,
35+ "environment" : [],
36+ "externalConsole" : false ,
37+ "MIMode" : " gdb" ,
38+ "setupCommands" : [
39+ {
40+ "description" : " Enable pretty-printing for gdb" ,
41+ "text" : " -enable-pretty-printing" ,
42+ "ignoreFailures" : true
43+ },
44+ {
45+ "description" : " Set Disassembly Flavor to Intel" ,
46+ "text" : " -gdb-set disassembly-flavor intel" ,
47+ "ignoreFailures" : true
48+ }
49+ ]
2650 }
2751 ]
2852}
You can’t perform that action at this time.
0 commit comments