stack_trace: Add cursorline highlight and sign for current frame

This commit is contained in:
Ben Jackson 2021-05-04 21:59:44 +01:00
commit 9113dbb698
5 changed files with 150 additions and 27 deletions

View file

@ -1,4 +1,4 @@
def Settings( **kwargs ):
return {
'flags': [ '-x', 'c++', '-Wall', '-Wextra' ]
'flags': [ '-x', 'c++', '-Wall', '-Wextra', '-std=c++17' ]
}