code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

Option to disable errors from gdb

Open tkchk opened this issue 3 years ago • 1 comments

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 and target are properly set

Снимок экрана 2021-06-29 в 17 59 32

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.

tkchk avatar Jun 29 '21 15:06 tkchk

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

tkchk avatar Jul 09 '21 09:07 tkchk