You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
using gdb 14.2
The text was updated successfully, but these errors were encountered:
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 statingno symbol "cursor" in current context
. I tried to suppress this error but couldn't find the appropriate options.using gdb 14.2
The text was updated successfully, but these errors were encountered: