WebFreak001 / code-debug

Native debugging for VSCode
The Unlicense
410 stars 115 forks source link

Popup error on hovering. #429

Closed memchr closed 2 months ago

memchr commented 5 months ago

Apparently, hovering over comments causes the extension to try to evaluate the expression, resulting in many pop-up errors

This is similar to #46 but a bit more disruptive.


For example, when I hover on word cursor from comment // don't warp cursor outside the window, it was evaluated in gdb, resulting in the popup stating no symbol "cursor" in current context. I tried to suppress this error but couldn't find the appropriate options.

image


using gdb 14.2