code-debug
code-debug copied to clipboard
Option to disable errors from gdb
If submitting a bug please make sure
- [+] If you are using gdb
- [+]
gdb --version
>= 7.7.1 - [+] it works on the command line with
gdb
- [+]
cwd
andtarget
are properly set
- [+]
Whenever I encounter an error in gdb cli or just by hovering a mouse over pre-processor directive while in debug mode, these errors pop up and won't close automatically until I close it. Extremely annoying - I see the error in debugger window. An option to disable notifications would be nice.
The only workaround is to disable notifications globally in vscode's view. But, it will hide all the notifications, and every vscode update will overwrite changes anyway