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

Popup error on hovering.

Open memchr opened this issue 1 year ago • 0 comments

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

memchr avatar Jun 06 '24 05:06 memchr