Merge pull request #62 from kylewlacy/asm-breakpoints

Enable breakpoints for x86(-64) and ARM assembly when using GDB
This commit is contained in:
Jan Jurzitza 2016-06-13 22:15:19 +02:00 committed by GitHub
commit dec8c8b580

View file

@ -35,7 +35,9 @@
"pascal", "pascal",
"objectpascal", "objectpascal",
"ada", "ada",
"nim" "nim",
"arm",
"asm"
] ]
}, },
"configurationAttributes": { "configurationAttributes": {